@charset "utf-8";
/*
Theme Name: sanple template
Description: ITNAVI WordPress Special Theme
Tags: one columns top
*/

/********************************************************************************

ボディ全体の指定

*********************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

body {
	text-align:center;
        color: #2a2a2a;
	letter-spacing: normal;
	page-break-before: auto;
	page-break-after: auto;
	margin: 0px;
	padding: 0px;	
}
#back {
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/con2.jpg);
	background-repeat: repeat-y;
	background-position: center;

}

/********************************************************************************

ラップの指定

*********************************************************************************/

#wrap {
	width: 850px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f8ee;
}

/********************************************************************************

ヘッダの指定

*********************************************************************************/


#header {
	height: 50px;
	text-align: left;
	background-image: url(images/head.jpg);
}

#header h1 {
	padding-top: 23px;
	color: #ffffff;
	font-size: 16px;
	text-align: right;
	padding-right: 40px;
}

#header p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	color: #000000;
}

#w_header {
	height: 200px;
	background-image: url(images/title.jpg);
}

#wrap #w_header p{
	font-size: 12px;
	padding-top: 85px;
	padding-left: 50px;
}


/********************************************************************************

ナビゲーションの指定

*********************************************************************************/

#wrap #navi {
	margin: 0px 0px 5px;
	padding: 0px;
	background: #000000 center top;
	border-bottom: 1px solid #999999;
}

#navi li {
	text-decoration: none;
	list-style-type: none;
	float: left;
	border-right: 1px solid #000000;
	text-align: center;
	font-size: 12px;
}

#navi a {
	display: block;
	color: #ffffff;
	padding: 10px;
	width: 829px;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	background-color: #FF760D;
}

#navi a:hover {
	text-decoration: underline;
	background-color: #FD984A;
}

#wrap #navi p {
	margin: 0px;
	padding: 7px 5px 7px 13px;
	color: #000000;
	font-size: 12px;
}



/********************************************************************************

コンテンツの指定

*********************************************************************************/


#wrap #content {
	width: 730px;
	margin-left: 50px;
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#wrap #content h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	padding-left: 5px;
	background-color: #f8f8ee;
}

#wrap #content h3 {
	margin: 0px;
	border-bottom: 1px dashed #990000;
	font-size: 20px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#wrap #content p {
	font: 14px/21px "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: bottom;
	margin: 10px 15px;
	padding: 5px 35px 5px 25px;
line-height: 25px;
}

#wrap #content strong {
	font-weight: bold;
	color: #FF130D;
}

.yellow {
	font-weight: normal;
	color: #000000;
	background-color: #FFFF00;
}

#back #wrap #content li {
	font-size: 14px;
	line-height: 22px;
	color: #FF0000;
	font-weight: bold;
	list-style: disc url(none);
	padding: 0px;
	margin: 0px;
}
#back #wrap #content ul {
	list-style: inside;
	padding: 10px 3px 3px 30px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	margin: 0px;
}

#back #wrap #content a {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
#back #wrap #content a:hover {
	text-decoration: none;
	color: #FF0000;
}



/********************************************************************************

フッタの指定

*********************************************************************************/

#footer {
	clear: both;
	text-align: center;
	background: url(images/foot.jpg) no-repeat center bottom;
	width: 900px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #FF760D;
}

#footer p {
	font-size: 12px;
	line-height: 14px;
	padding: 0px 15px;
	color: #ffffff;
}
