/*-----------
全体指定
-------------*/


body{
	margin:0px;
	padding:0px;
	color:#000;
	font-family: sans-serif;
	}

td{font-size:100%;line-height:150%;}

form{
	margin:0px;padding:0px;}

#outlinebox{
	width:760px;margin-left:20px;}

.txts{font-size:80%;}

#header{
	width:760px;}

#header td{
	background-image:url(/images_global/header_background3.gif);}

.headerright{
	padding:8px 22px 8px 0px;}

#breadcrumbs td{
	background-image:url(/images_global/bread_back.gif);
	color:#000000;
	font-size:80%;line-height:130%;}

#footer{border-top:solid 1px #666666;
		margin:5px 0px 30px 0px;
		padding:5px 0px 0px 10px;}

.pagetop{
	text-align:right;}

#titleinfo{
	background-color:#D7EFEC;
	padding:15px 0px 15px 15px;
	margin-bottom:20px;}

.textRed{color:#000;}

/* -------------------------------------------------------------------
 clear (clearしたい親要素に記述)
------------------------------------------------------------------- */

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearfix {
	display: inline-block;
}

/*＼*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -------------------------------------------------------------------
 base tag
------------------------------------------------------------------- */

/* マージンをリセット */
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea {
	margin: 0;
	padding: 0;
}

/* リストマーカーなし */
ul, ol {
	list-style-type: none;
}

/* 画像・テーブルはボーダーなし */
img, table {
	border: none;
}

/* スタイルシートOFF時の区切り線。
コーディング時ブロックの認識をしやすくするため。 */
hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}


/*---TOP PAGE-----------------------------------------------------------------------------------*/

#contentsWrap{}

#contentsTitle{
	background:url(images/bg_contentstitle.jpg) no-repeat;
	height:79px;
	padding-bottom:16px;
}

#contentsTitle h1{
	float:left;
	padding:17px 0 17px 13px;
}

#contentsTitle h2{
	float:right;
	padding:24px 10px 0 0;
}

#contentsTitle h3{
	clear:both;
}

#menuArea {
	padding:0 0 40px 0;
}

#menuArea h3{
	padding:31px 0 17px 0;
}

#menuArea #menuTop ul{
	padding-bottom:5px;
}

#menuArea #menuTop li{
	float:left;
}

#menuArea #menuBottom ul{}

#menuArea #menuBottom li{
	float:left;
}

#menuArea li.normal{
	padding-right:10px;
}
#menuArea li.end{
	padding:0;
}


/*---TOP PAGE NOSCRIPT Ver-----------------------------------------------------------------------------------*/


#noscArea{
	font-size:80%;
	padding-bottom:15px;
}

#noscArea #areaLeft{
	float:left;
	padding-top:3px;
	width:192px;
}

#noscArea #areaRight{
	float:left;
	width:568px;
}

#noscArea #areaRight dl{
	float:left;
	padding:3px 0 3px 0;
	width:568px;
	background:url(images/bg_underline.gif) repeat-x bottom;
}

#noscArea #areaRight dt{
	float:left;
	padding:0 10px 0 0;
	font-weight:bold;
	width:125px;
}

#noscArea #areaRight dd{
	float:left;
	width:433px;
}





