@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: Utsunomiya Minmin
	Author: Yamazen Communications co.,ltd.
	Comment: common style
	Since2010
----------------------------------------------------------- */
	
/*Index
	1.common
	2.structure
	3.pagetitle
	
----------------------------------------------------------- */


/*1.common
----------------------------------------------------------------------------------*/

body {
	margin:0 auto;
	padding:0;
	font-size:75%;
	font-family:'Osaka','MS PGothic','Hiragino Kaku Gothic Pro',Arial,sans-serif;
	line-height:1.6;
	color:#646464;
	vertical-align:top;
}


/* 基本リンクカラー */
a:link   {color:#646464;}
a:visited{color:#555555;}
a:hover  {color:#e41f1e; text-decoration:underline;}
a:active {color:#e41f1e;}


/* color */
.minminpink{color:#f19f7f;}



/*画像リンク用スタイル*/
a:hover img{
    opacity:0.50;
    filter: alpha(opacity=50);
}


/* 注意事項 */
.coution {
	width:auto;
	margin:0;
	padding:0;
	font-size:83.33%;
}


/* NEW */
.new{
	position:relative;
	top:2px;
	display:inline-block;
	*display:inline;
	width:35px;
	margin-left:10px;
}


/*右端フロートマージンゼロ対応*/
.gap{
	margin-right:0!important;
	padding-right:0!important;
}


/* 2.structure
----------------------------------------------------------------------------------*/
/* width */
div#container{width:100%;}
div#header{width:740px;}
div#contents{width:640px;}

/* for top */
div.top div#contents{width:740px;}


div#container{
	margin:0;
	padding:0;
	background-color:#fffadc;
}

div#header,
div#contents{
	clear:both;
	margin:0 auto;
}


div#contents{
	margin-top:20px;
}


/* 3.pagetitle
----------------------------------------------------------------------------------*/
div#pagetitle,
div#pagetitle h2{width:640px;}

div#pagetitle{
	margin:0 auto;
}

div#pagetitle h2{
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:1px #cccccc solid;
}




