@charset "shift_jis";

/* ****************************************************************** 

	@This stylesheet Information{
		CSS File Name: common.css

		Setting of: General pages
			1: General setting
			2: container setting
	}

****************************************************************** */


/*===================================================================
	1-1: General setting 
===================================================================*/


body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,tr,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea{
	margin:0;
	padding:0;
	font-size:100%;
}

html{
	width:100%;
	height:100%;
	background-color:#D3D4D6;
	overflow-y:scroll;
}

body{
	width:900px;
	height:100%;
	min-height:100%;
	background:url(body_bg.gif) repeat-y scroll 50% 0 #D3D4D6;
	color:#333;
	font-size:small;
	line-height:1.37;
	font-family:'MS PGothic',Verdana, Arial,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	word-break:normal;
	word-wrap:break-word;
	margin:auto;
}

html>body{height:auto;}

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{vertical-align:top;}

hr{display:none;}

img{border:0;}

a:link{color:#3366CC; text-decoration:underline;}
a:visited{color:#996699; text-decoration:underline;}
a:hover{color:#3366CC; text-decoration:none;}
a:active{color:#3366CC; 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(icon_noscript.gif) no-repeat 0 0.25em;
	margin:0 10px 10px
}

.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; }
/* */

.txtC{
	text-align:center;
}

/*===================================================================
	2-2: header setting
===================================================================*/


div#header{
	padding:0 10px;
	margin:0 ;
}

div#header div#headLogo{
	padding:4px 0;
}

div#header div#headLogo span{
	position:absolute;
	left:50%;
	top:8px;
	width:440px;
	text-align:right;
}

div#header div#headLogo img{
	vertical-align:middle;
}


/*===================================================================
	2-3: headUserNavi setting
===================================================================*/

div#headUserNavi{
	padding:6px 0px 5px;
	*padding:3px 0px 1px;
	margin:0 0 10px;
	background:#FBFBFB url(head_usernav_bg.gif) repeat-x left top;
	height:20px;
}

/*===================================================================
	3-2: mainContents setting
===================================================================*/

.h2_mainContents{
	margin:0 0 5px 0;
	padding:1px 0 1px 8px;
	border-left:5px solid #F6A045;
	font-size:1.28em;
	color:#000;
}

/*-----------------------
	3-2-1: table
-------------------------*/

.line{
	padding:4px 5px;
	width:172px;
	border-left:1px solid #D3D4D6;
	border-bottom:1px solid #D3D4D6;
}

/*===================================================================
	4: footer setting
===================================================================*/

div#footer{
	padding:5px 0 5px;
	margin:0;
	text-align:center;
}
/*===================================================================
	5: tagline setting
===================================================================*/

div#tagline{
	text-align:center;
}

div#tagline h1{
	
	margin:0 auto;
	text-align:left;
	font-weight:normal;
	position:relative;
}

div#tagline h1 span{
	position:absolute;
	display:block;
	padding:0 6.5em 0 0;
	top:20px;
	left:290px;
	line-height:1.2em;
}
