@charset "utf-8";
body  {
	margin: 0px; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0px;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #CCCCCC;
	background-color: #353535;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#index {
	background-image: url(../img/index_bg.gif);
}

#top {
	background-image: url(../img/top_bg.gif);
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

/*----------------------------------------------------
	#container
----------------------------------------------------*/

#container  {
	width: 760px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
} 

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header  {
	height: 88px;
	background-image: url(../img/header_img.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCCCCC;

} 
#header  h1  {

}
#header ul {
	padding-left: 0px;
	margin: 0px;
	padding-top: 8px;
}
#header  ul li {
	list-style-type: none;
	padding-left: 7px;
	display: inline;
	background-image: url(../img/all_arrow06.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-right: 1px;
}
/*----------------------------------------------------
	#sidebar
----------------------------------------------------*/
#sidebar
{
	width: 150px;
	float: left;

}
#sidebar  ul {
	width: 150px;
	padding-left: 0px;
	margin: 0px;

}
#sidebar .sidemenu1   {
	list-style-type: none;
	background-image: url(../img/all_arrow08.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0px;
	background-position: 0px center;

}
#sidebar .sidemenu2     {
	list-style-type: none;
	background-image: url(../img/all_arrow07.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0px;
	background-position: 0px center;

}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents

  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	float: right;
	width: 580px;
	position: relative;
	margin-left: 0px;
} 
#main {
	margin: auto;
	width: 600px;
}

#contents    p.logo  {
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	left: 350px;
}
#contents li     {
	list-style-type: none;
	background-image: url(../img/all_arrow01.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0px;
	background-position: 0px 3px;

}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #8CB65A;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 10px;
}
#footer ul {
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#footer   .submenu li   {
	list-style-type: none;
	padding-left: 7px;
	display: inline;
	background-image: url(../img/all_arrow06.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-right: 1px;
}
#footer .footermenu li {
	list-style-type: none;
	padding-left: 6px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-right: 2px;
}
#footer .footermenu li.home {
	border-left-style: none;
}

#pagetop {
	clear: both;
	text-align: right;
	padding-top: 10px;
}

/*----------------------------------------------------
	その他
----------------------------------------------------*/

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
h1 {
	background-image: url(../img/all_titlebg01.gif);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	text-indent: 20px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h2 {
	font-size: 14px;
	color: #336600;
	line-height: 35px;
	text-indent: 15px;
	background-color: #BBDB8A;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	color: #8CB65A;
	line-height: 25px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 8px;
	border-left-color: #BCE395;
	text-indent: 8px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 8px;
	border-left-color: #FF9E3E;
	text-indent: 8px;
	margin-bottom: 15px;
	font-weight: bold;
}


.doc-gray-10 {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
.doc-gray-12 {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.doc-gray-14 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.doc-gray-18 {
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}

.doc-lightgray-10 {
	font-size: 10px;
	line-height: 13px;
	color: #CCCCCC;
}
.doc-lightgray-12 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
}
.doc-lightgray-14 {
	font-size: 14px;
	line-height: 20px;
	color: #CCCCCC;
}
.doc-lightgray-18 {
	font-size: 18px;
	line-height: 20px;
	color: #CCCCCC;
}



.doc-darkgreen-10 {
	font-size: 10px;
	line-height: 13px;
	color: #618192;
}
.doc-darkgreen-12 {
	font-size: 12px;
	color: #618192;
	line-height: 16px;
	margin: 0px;
}
.doc-darkgreen-14 {
	font-size: 14px;
	line-height: 20px;
	color: #618192;
	margin: 0px;
}
.doc-darkgreen-18 {
	font-size: 18px;
	line-height: 20px;
	color: #618192;
}

.doc-orange-10 {
	font-size: 10px;
	line-height: 13px;
	color: #FF9900;
}
.doc-orange-12 {
	font-size: 12px;
	line-height: 16px;
	color: #FF9900;
}
.doc-orange-14 {
	font-size: 14px;
	line-height: 20px;
	color: #FF9900;
}
.doc-orange-18 {
	font-size: 18px;
	line-height: 20px;
	color: #FF9900;
}

.doc-brown-10 {
	font-size: 10px;
	line-height: 13px;
	color: #663300;
}
.doc-brown-12 {
	font-size: 12px;
	line-height: 16px;
	color: #663300;
}
.doc-brown-14 {
	font-size: 14px;
	line-height: 20px;
	color: #663300;
}
.doc-brown-18 {
	font-size: 18px;
	line-height: 20px;
	color: #663300;
}


.doc-white-10 {
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
.doc-white-12 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.doc-white-14 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.doc-white-18 {
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}

.doc-skyblue-10 {
	font-size: 10px;
	line-height: 13px;
	color: #6699CC;
}
.doc-skyblue-12 {
	font-size: 12px;
	line-height: 16px;
	color: #6699CC;
}
.doc-skyblue-14 {
	font-size: 14px;
	line-height: 20px;
	color: #6699CC;
	margin: 0px;
}
.doc-skyblue-18 {
	font-size: 18px;
	line-height: 20px;
	color: #6699CC;
}

.doc-red-10 {
	font-size: 10px;
	line-height: 13px;
	color: #CC3333;
}

.doc-red-12 {
	font-size: 12px;
	line-height: 16px;
	color: #CC3333;
}
.doc-red-14 {
	font-size: 14px;
	line-height: 20px;
	color: #CC3333;
	margin: 0px;
}
.doc-red-18 {
	font-size: 18px;
	line-height: 20px;
	color: #CC3333;
}


.doc-violet-10 {
	font-size: 10px;
	line-height: 13px;
	color: #A13D6D;
}
.doc-violet-12 {
	font-size: 12px;
	color: #A13D6D;
	line-height: 16px;
}
.doc-violet-14 {
	font-size: 14px;
	line-height: 20px;
	color: #A13D6D;
}
.doc-violet-18 {
	font-size: 18px;
	line-height: 20px;
	color: #A13D6D;
}

.doc-pink-10 {
	font-size: 10px;
	line-height: 13px;
	color: #D98CA6;
}
.doc-pink-12 {
	font-size: 12px;
	color: #D98CA6;
	line-height: 16px;
}
.doc-pink-14 {
	font-size: 14px;
	line-height: 20px;
	color: #D98CA6;
}
.doc-pink-18 {
	font-size: 18px;
	line-height: 20px;
	color: #D98CA6;
}

.doc-green-10 {
	font-size: 10px;
	line-height: 13px;
	color: #8CB65A;
}
.doc-green-12 {
	font-size: 12px;
	color: #8CB65A;
	line-height: 16px;
}
.doc-green-14 {
	font-size: 14px;
	line-height: 20px;
	color: #8CB65A;
}
.doc-green-18 {
	font-size: 18px;
	line-height: 20px;
	color: #8CB65A;
}

