/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


* {
margin: 20;
padding: 0;
}

body {
	background:#FFFFFF;
	color:#1B1B1B;
	font-size: 10px;
	line-height:160%;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif",
}



form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}



/*===================================*/
/*Layout*/
/*===================================*/




/*CONTENT NAVI*/
.content-nav
{
   margin: 0px 0px 25px 0px;
   text-align: center;
}


/*FOOTER*/
#footer {
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer address {
	font-size:x-small;
	font-style:normal;
}



/*===================================*/
/*LEFT COLMUN*/
/*===================================*/
#side_entry {
	margin-bottom:25px;
}

.module-content{
	position: relative;
	margin: 0px 5px 0px 5px;
	font-size: 10px;
	color: #666666;
	line-height: 1.3;
}

.module-list{
	margin: 0px 0px 0px 15px;
	list-style: disc;
}

.module-list-item{
	margin-top: 2px;
	margin-bottom: 2px;
}



/* =================================== */
/*LEFT COLMUN MT*/
/* =================================== */

.module-search input { font-size: 10px; }
.module-search #search { width: 50px; }

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



/*===================================*/
/*RIGHT COLMUN*/
/*===================================*/
.entry-border{
	margin-top: 13px;
	margin-bottom: 13px;
	border-bottom:1px solid #747474;
}

.right-caption1 {
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 1.2;
}

.right-caption2 {
	margin-top:5px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 1.2;
}

.right-content1 {
	margin-top:5px;
	text-align: center;
}

/* =================================== */
/*MAIN*/
/* =================================== */

#main {
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.entry{
margin-top: 10px;
margin-bottom: 30px;
}


.date-header{
	margin-top: 0px; margin-bottom: 0px;
	font-size: 10px;
	color: #545454;
	text-transform: uppercase;
	border-bottom:1px solid #B2BDC9;
	}

.entry-header{
	margin-top: 5px; margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #2A4769;
}

.entry-body{
	margin-top: 10px; margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}



.entry-more-link,{
	font-size: 11px;
}


.entry-footer{
	text-align:left;
	font-size: 10px;
	color: #666666;
	border-top:1px solid #AAB5C3;
	margin-bottom: 35px;
}



/*===================================*/
/*LINKS*/
/*===================================*/
a,a:link{
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	 text-decoration: none;
}

a:hover {
	color: #2A4769;
	text-decoration:  underline;
}

a:active {}



/*===================================*/
/*ETC*/
/*===================================*/

.clear {
	clear: both;
	font: 0/0 sans-serif;
}


/*===================================*/
/*archives*/
/*===================================*/

.archive-list{
	margin: 0 0 0 15px;
	list-style: disc;
	font-size:13px;
}
.archive-list-item
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*===================================*/
/*Category*/
/*===================================*/

/*LINKS PAGE*/
.links_text1{font-size: 12px; font-weight: bold; line-height:16px; color: #42678E;}
.links_text2{font-size: 10px; line-height:12px; color:#42678E;}
.links_text2 a:link{color : #42678E; text-decoration: none;}
.links_text2 a:visited {color : #444444; text-decoration:none;}
.links_text2 a:hover {color : #42678E; text-decoration: none;}

/*SHOP LIST PAGE*/
.shop_text1{font-size: 10px;  line-height:12px; color: #666666;}
.shop_text2{font-size: 10px; line-height:14px; color:#486F9C;}
.shop_text2 a:link{color : #444444; text-decoration: none;}
.shop_text2 a:visited {color : #444444; text-decoration:none;}
.shop_text2 a:hover {color : #2A4769; text-decoration: none;}

/*COLLECTION PAGE*/
.colle_text1{font-size: 16px; line-height:16px; font-weight: none; color: #486F9C;}
.colle01{margin-top: 0px; margin-bottom: 5px;}


