@charset "Shift_JIS";

/* ****************************************************************** 

	@This stylesheet Information{
		CSS File Name: common.css

		Setting of: General pages
			1: General setting
			2: wrapper setting
	}

****************************************************************** */


/*===================================================================
	1: General setting
===================================================================*/
body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,li,form,fieldset,textarea,table{
	margin:0;
	padding:0;
	font-size:100%;
}
html{
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	background:#fef8d4; 
	color:#333;
	font-size:small;
	_font-size:x-small;	/*IE6*/
	line-height:1.37;
	text-align:center;
	/*font-family:'MS PGothic',Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;*/
	 font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	word-break:normal;
	word-wrap:break-word;
	border-top:2px solid #006bb4;
}
	body#qaDetail{
		border-top:none;
	}
html>body{height:auto; min-width:950px;}
	html>body#qaDetail{min-width:310px;}

ul{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;}

hr{display:none;}

img{border:0;}

a:link{color:#0080da; text-decoration:underline;}  
a:visited{color:#3d51e7; text-decoration:underline;} 
a:hover{color:#ff2691; text-decoration:none;}
a:active{color:#ff2691; text-decoration:none;} 

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

address{font-style:normal;}

pre{
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */ 
	white-space:pre-wrap; /* CSS3 */
}

/*--[class]-----------------------------------------------------*/
.clearBoth{clear:both;}
.caution{color:#CC0000 !important;}
.noscriptMsg{
	color:#CC0000;
	font-weight:bold;
	padding:1px 0 1px 20px;
	background:url(/images/ico_noscript.gif) no-repeat 0 0.25em;
}
.dispNone,
.skipNav{
	display: none;
	/* Hides from IE5-Mac \*/ 
	display: block;
	position: absolute;
	top: -500px;
	left: -2500px;
	font-size: 1px;
	line-height: 100%;
	/*end  Hides from IE5-Mac */
}

/* clearfix */
.pkg:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.pkg{ display: inline-block; }

/* no ie mac \*/
* html .pkg{ height: 1%; }
.pkg{ display: block; }
/* */


/* clearfix */
.cvbnr:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.cvbnr{ display: inline-block; }

/* no ie mac \*/
* html .cvbnr{ height: 1%; }
.cvbnr{ display: block; }
/* */



/* usercommon clearfix */
div#mainContents .list-photomodule li:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}
div#mainContents .list-photomodule li{
	display: inline-block; 
}
/* no ie mac \*/
* html div#mainContents .list-photomodule li{ height: 1%; }
div#mainContents .list-photomodule li{ display: block; }
/* */

.noscriptMsg{
    color: #CC0000;
    font-weight: bold !important;
    padding: 10px 0;}
		
.bgNone{
	background:none !important;
	}		
		

/*===================================================================
	2: wrapper setting
===================================================================*/
div#wrapper{
	width:1050px;
	margin:0 auto;
	background:#fff;
}
div#container{
}
