@charset "utf-8";

/* －－－－－ 初期化 －－－－－ */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul,ol,li {
	list-style-type: none;
	}

img {
	border-style: none;
	}

strong {
	font-weight: bold;
	}

html {
	font-size: small;
    overflow-y: scroll;
    overflow-x: auto; 
	 }

/* －－－－－ 基本設定 －－－－－ */

body {
	background-color: #FFFAF0;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
	text-align: center;
	font-size: 110%;
	/*font-size: 90%;*/
	color: #663300;
	/*font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;*/
	font-family: Arial,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	margin: 0px auto;
	padding: 0px;
	}

a:link {
	color: #3333CC;
	text-decoration: none;
	}

a:visited {
	color: #660066;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #336699;
	}

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.small {
	font-size: 85%;
	}

.bigger {
	font-size: 115%;
	}

.pointR {
	color: #cc6666;
	}

.pointB {
	color: #6699CC;
	}

.pointG {
	color: #339966;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
img.imgright2 {
	float: right;
	margin-right: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
img.normalleft {
	position:relative;
	top: 0;
	left: 0px;
	}
	
img.normalright {
	position:relative;
	top: 0;
	left: 5px;
	}

.clr {
	clear: both;
	}

@media print {
	.pbreakb {
		page-break-before: always;
		}
	}

.ptop {
	clear: both;
	text-align: right;
	margin: 20px 0px;
	}


/* －－－－－ レイアウト －－－－－ */

#container {
	width: 1100px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	}

#head {
	width: 1080px;
	margin: 0px 0px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 10px;
	height: 170px;
	}

#navi {
	clear: both;
	margin: 35px 0px 15px 0px;
	padding: 15px 10px;
	color: #FFFFFF;
	text-align: center;
	}





#content {
	width: 900px;
	clear: both;
	float: left;
	margin: 0px 20px 0px 0px;
	}

#content #sidebarA {
	width: 180px;
	margin: 0px 20px 20px 0px;
	float: right;
	/*font-size: 95%;*/
	font-size: 80%;
	background-image: url(../images/uguisu_l.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 550px;
	}

#sidebarB {
	width: 180px;
	margin: 0px 0px 0px 0px;
	float: right;
	background-image: url(../images/uguisu_r.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 550px;
	}

#content #main {
	float: right;
	width: 700px;
	padding: 0px;
	margin: 0px;
	}

#content #main #mainbox {
	width: 700px;
	margin: 0px;
	padding: 0px 0px;
	}





@media print {
	#content {
		page-break-before: avoid;
	}
}

#fnavi {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	padding: 0px 0px;
	font-size: 11px;
	height: 25px;
	}

#foot {
	width: 1080px;
	clear: both;
	margin: 0px;
	padding: 10px 10px;
	background-color: #76A4D3;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
	height: 85px;
	color: #FFFFFF;
	}



/* －－－－－ ヘッダ －－－－－ */

#head p#logo {
	width: 450px;
	float: left;
	}

#head #hbox {
	width: 450px;
	/* max-width: 400px; */
	float: right;
	text-align: right;
	}

#head #hbox #gbox {
	width: 230px;
	float: left;
	margin-right: 10px;
	}

#head #hbox ul#hbtn {
	width: 150px;
	float: right;
	display: inline;
	}

#head #hbox ul#hbtn li {
	display: inline;
	margin-left: 10px;
	}




/* －－－－－ ナビ －－－－－ */

#head #navi ul {
	display: inline;
	margin: 0px 0px;
	/*font-size: 12px;*/
	font-size: 13px;
	}

#head #navi ul li {
	display: inline;
	margin-right: 15px;
	color: #FFFFFF;
	}

#head #navi a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#head #navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#head #navi a:hover {
	color: #FAEBD7;
	text-decoration: underline;
	font-weight: bold;
	}

#head #navi a:active {
	color: #FAEBD7;
	text-decoration: underline;
	font-weight: bold;
	}




/* －－－－－ サイドバーA －－－－－ */

#content #sidebarA img {
	margin: 15px auto;
	}

#content #sidebarA ul {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/bg_sidel.gif);
	background-repeat: repeat-y;
	}

#content #sidebarA ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0.5em 0em 0.5em 0em;
	background-image: none;
	}

#content #sidebarA ul a:link {
	color: #663300;
	text-decoration: none;
	}

#content #sidebarA ul a:visited {
	color: #663300;
	text-decoration: none;
	}

#content #sidebarA ul a:hover {
	color: #993333;
	text-decoration: underline;
	}

#content #sidebarA ul a:active {
	color: #993333;
	text-decoration: none;
	}

#content #sidebarA ul li {
	margin-bottom: 0.5em;
	background-image: url(../images/list02.gif);
	background-position: 0em 0.3em;
	background-repeat: no-repeat;
	padding-left: 15px;
	}

#content #sidebarA ul li ul li {
	margin-bottom: 0.5em;
	background-image: url(../images/list03.gif);
	background-position: 0em 0.5em;
	background-repeat: no-repeat;
	padding-left: 7px;
	}



/* －－－－－ サイドバーB －－－－－ */

#sidebarB img {
	margin: 15px auto;
	}

#sidebarB h2 {
	font-weight: bold;
	color: #cc6666;
	font-size: 120%;
	margin: 20px 0px 5px 0px;
	}

#sidebarB p {
	line-height: 140%;
	margin: 5px 0px 25px 0px;
	}




/* －－－－－ フッタ －－－－－ */

#foot #info {
	width: 48%;
	float: left;
	}

#foot #copy {
	width: 48%;
	float: right;
	text-align: right;
	margin-top: 20px;
	}

#foot p {
	margin-top: 5px;
	line-height: 150%;
	}

#foot a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#foot a:active {
	color: #FFFFFF;
	}



/* －－－－－ 下ナビ －－－－－ */

#fnavi ul {
	display: inline;
	color: #663300;
	}

#fnavi ul li {
	display: inline;
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px solid;
	}

#fnavi a:link {
	color: #663300;
	}

#fnavi a:visited {
	color: #663300;
	}

#fnavi a:hover {
	color: #993333;
	text-decoration: underline;
	}

#fnavi a:active {
	color: #993333;
	}







/* －－－－－ 本文 －－－－－ */

@media print {
	#content #main {
		page-break-before: avoid;
	}
}

#content #main p,
#content #main div,
#content #main td,
#content #main th,
#content #main ul,
#content #main ol,
#content #main dl,
#content #main blockquote {
	line-height: 150%;
	}

#content #main p img {
	border: 3px solid #FFEFD5;
	}

#content #main p {
	margin: 15px 0px 25px 0px;
	}

#content #main p.caption {
	text-align:center;
	font-style:italic;
}

#content #main .plist {
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #cc9999;
	padding-bottom: 5px;
	color: #cc6666;
	}

#content #main .plist ul {
	display: inline;
	margin: 0px 0px 0px 0px;
	}

#content #main .plist ul li {
	display: inline;
	/* margin-left: 5px;
	margin-right: 0px;
	background-image: url(../images/plist.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px; */
	}

#content #main .plist ul li img {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	}

#content #main .plist ul li.home {
	margin-left: 0px;
	background-image: none;
	padding-left: 0px;
	}

#content #main .plist ul li a:link {
	color: #cc6666;
	text-decoration: none;
	}

#content #main .plist ul li a:visited {
	color: #cc6666;
	text-decoration: none;
	}

#content #main .plist ul li a:hover {
	color: #993333;
	text-decoration: underline;
	}

#content #main .plist ul li a:active {
	color: #993333;
	text-decoration: none;
	}


#content #main .ptop {
	clear: both;
	text-align: right;
	}

#content #main h1 {
	background-image: url(../images/ptitle.gif);
	background-position: top center;
	padding: 10px;
	color: #FFFFFF;
	font-size: 150%;
	/*font-size: 200%;*/
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	}

#content #main h2 {
	margin: 15px 0px 15px 0px;
	font-size: 130%;
	/*font-size: 140%;*/
	color: #669999;
	font-weight: bold;
	background-color: #F5DEB3;
	padding: 7px 0px 7px 5px;
	background-image: url(../images/bg_h2.gif);
	}

#content #main h3 {
	margin: 15px 0px 15px 0px;
	font-size: 120%;
	/*font-size: 120%;*/
	color: #CC6666;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	border-bottom: 3px solid #debeb6;
	background-image: url(../images/bg_h3.gif);
	border-bottom: 2px solid #debeb6;
	}

#content #main h4 {
	margin: 15px 0px 15px 0px;
	font-size: 110%;
	/*font-size: 120%;*/
	color: #336600;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px dotted #99cccc;
	}



#content #main ul {
	margin: 15px 0px 15px 20px;
	list-style-type: disc;
	line-height: 150%;
	}

#content #main ul li {
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	}

#content #main ul li ul {
	margin: 10px 0px 10px 20px;
	list-style-type: circle;
	}

#content #main ul li ul li {
	padding: 0px 0px 0px 0px;
	list-style-type: circle;
	}



#content #main ul.pagelist {
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0.5em;
	line-height: 170%;
	}

#content #main ul.pagelist li {
	list-style-type: none;
	background-image: url(../images/list04.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 17px;
	padding-bottom: 0.5em;
	}

#content #main ul.pagelist li ul li {
	background-image: url(../images/list05.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 10px;
	}


.list001 {
	list-style-image: url(../images/list04.gif);
	margin-left:1.3em;
}

.list002 {
	list-style-image: url(../images/list06.gif);
	margin-left:-0.5em;
	padding:0.5em;
}

#content #main ol {
	margin: 15px 0px 15px 20px;
	list-style-type: decimal;
	}

#content #main ol li {
	margin: 10px 0px 10px 20px;
	list-style-type: decimal;
	}


#content #main #mainbox p.noindent{
	text-indent: 0em;
	}
#content #main dl {
	margin: 15px 0px 15px 0px;
	
	}

#content #main dl dt {
	margin: 15px 0px 0px 0px;
	background-image: url(../images/list06.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 12px;
	}

#content #main dl dd {
	margin-bottom: 15px;
	
	}



#content #main table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #DEB887;
	empty-cells: show;
	margin: 10px auto 15px auto;
	}

#content #main table caption {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	}

#content #main table th,
#content #main table td {
	border: 1px solid #DEB887;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	}

#content #main table th {
	background-color: #FAEBD7;
	}

#content #main table td.center,
#content #main table th.center {
	text-align: center;
	}

#content #main table td.right,
#content #main table th.right {
	text-align: right;
	}



#content #main table.noborder {
	border-style: none;
	}

#content #main table.noborder th,
#content #main table.noborder td {
	border-style: none;
	}



#content #main table td.cellA {
	background-color: #FFE4E1;
	border: 1px solid #DEB887;
	}

#content #main table td.cellB {
	background-color: #EEE8AA;
	}

#content #main table td.cellC {
	background-color: #ADD8E6;
	}


#content #main .boxA {
	margin: 15px;
	padding: 15px;
	background-image: url(../../images/bg_boxa.gif);
	border: 1px solid #BC8F8F;
	}



#content #main .boxB {
	margin: 15px;
	padding: 15px;
	border: 2px dotted #D2B48C;
	}


