/********************************************************************************

ボディ全体の指定

*********************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

body {
	text-align:center;
	letter-spacing: normal;
	page-break-before: auto;
	page-break-after: auto;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#back {
	background: url(image/con2.jpg) repeat-y;
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: center;

}


/********************************************************************************

ラップの指定

*********************************************************************************/

#wrap {
	width: 850px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

/********************************************************************************

ヘッダの指定

*********************************************************************************/


#header {
	height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #000000;
}

#header h1 {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#wrap #w_header {
	height: 180px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	background: url(image/title6.jpg);
}

#wrap #w_header p{
	padding-top: 210px;
	padding-left: 440px;

s}

/********************************************************************************

ナビゲーションの指定

*********************************************************************************/


#back #wrap #content a {
	text-decoration: underline;
	color: #0000FF;
}
#back #wrap #content a:hover {
	text-decoration: none;
	color: #FF0000;
}

/********************************************************************************

コンテンツの指定

*********************************************************************************/


#wrap #content {
	padding: 0px 0px 30px;
	margin-right: 25px;
	margin-left: 25px;
}

#wrap #content h2 {
	padding: 25px 0px 8px 30px;
	margin: 0px;
	color: #000000;
	background: url(image/h2.jpg) no-repeat left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 22px;
	font-weight: bold;
}


#wrap #content p {
	font: 14px/22px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: bottom;
	margin: 10px 15px;
	padding: 5px 25px;
}

#wrap #content strong {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

#wrap #content strong.y {
	background: #FFFF66;
	color: #CC0000;
}

#wrap #content strong.bl {
	color: #000000;
}

#wrap #content strong.under {
	color: #CC0000;
	text-decoration: underline;
}


#back #wrap #content li {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
}

#back #wrap #content ul {
	/*background: url(image/ul.jpg) no-repeat 0px top;*/
	margin-right: 100px;
	margin-left: 100px;
	list-style: url(image/chk.jpg) inside;
	padding: 10px 10px 10px 10px;
	border: 3px solid #000000;
}


#back #wrap #content table {
	border-collapse: collapse;
	border: 1px solid #666666;
	margin: 10px 20px 20px 40px;
}

#back #wrap #content table p{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}
#back #wrap #content td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	margin: 0px;
	padding: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	background: #FFFFFF url(image/td.jpg) right bottom;
}

#back #wrap #content td.title {
	background: #000000 url(image/td_title.jpg);
	color: #FFFFFF;
	font-weight: bold;
}



/********************************************************************************

フッタの指定

*********************************************************************************/

#footer {
	text-align: center;
	background: #000000 no-repeat center bottom;
	width: 850px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #FF0000;
}

#footer p {
	font-size: 12px;
	line-height: 14px;
	padding: 0px 15px;
	color: #FFFFFF;
}

#footer address {
	font-size: 12px;
	line-height: 14px;
	padding: 0px 15px;
	color: #FFFFFF;
	font-style: normal;

}
