@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	min-width: 760px;
	font-size: 0.9em;
	line-height: 150%;
	color: #333333;
	text-align: center;
	background: url("images/dot.jpg");
	background-repeat: repeat;	
	
}


div,h1,h2,h3,h4,p { 
	border: none;
	margin: 0em;
	padding: 0em;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 0.9em;}
h4 { font-size: 0.8em; }
p { font-size: 1em; }


a:link { color: #0033cc; background: transparent; }
a:visited { color: #5533cc; background: transparent; }
a:hover, a:active { color: red;}


/*フレーム
--------------------------------*/
/*全体*/
#flame {
	width: 960px;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* sitemap
------------------------ */
.sitemap{
	margin-bottom:5px;
	text-align:center;
	border: 3px solid #6296c7;
	font-size:16px;
	font-weight: bold;
	background-color: #c4e4ec;
	padding: 2px;
		list-style-type: none;
}

/* LIST
------------------------ */

ul .sitemap  {
	width: 300px;
	padding: 10px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.linkstyle{
	margin-bottom:5px;
	text-align:center;
	border: 3px solid #6296c7;
	font-size:16px;
	font-weight: bold;
	background-color: #c4e4ec;
	padding: 2px;
}
ul li,
ol li { 
	display: list-item;
	vertical-align: top;
}
ul.disc { 
	list-style: disc;
	line-height: 1.5;
}
ul.disc li {
	margin-left: 25px;
	margin-bottom: 7px;
}


/* メニュー用
------------------------ */
#menu table { border-collapse: collapse; border-spacing: 0; }
#menu td,tr { text-align: left; }
 img { border: none; }
#menu td img { display: block; }
#menu html { overflow-y: scroll; }

.imgR { float: right; margin: 0 0 0 10px; display: inline; }
.imgL { float: left; margin: 0 10px 0 0; display: inline; }

/* MENU DROP-DOWN
------------------------ */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ul.dropdown { 
	position: relative;
	z-index: 597;
	float: left;
	list-style-position: outside;
}
ul.dropdown li { 
	float: left;
	min-height: 1px;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: center;
}
ul.dropdown li.hover,
ul.dropdown li:hover { 
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul { 
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul li { float: none; }
ul.dropdown ul ul { top: 1px; left: 99%; }
ul.dropdown li:hover > ul { visibility: visible; }
ul.dropdown a:link,
ul.dropdown a:visited { color: #fff; text-decoration: none; }
ul.dropdown a:hover { color: #76b900; text-decoration: none; }
ul.dropdown a:active { color: #fff; }
ul.dropdown ul { 
	background-color: #000;
	color: #fff;
	font-size: 100%;
	text-transform: none;
	opacity: 0.9;
}
ul.dropdown ul li { 
	background-color: #666;
	color: #fff;
	filter: none;
}
ul.dropdown ul li.hover,
ul.dropdown ul li:hover { background-color: transparent; }
ul.dropdown ul a:link,
ul.dropdown ul a:visited { color: #fff; line-height: 180%; }
ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
ul.dropdown ul a:active { color: #000; }

/*HEADER
------------------------ */
#header { 
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	min-width: 450px; 
}
#tools { 
	display: block;
	text-align: right;
	font-size: 0.8em;
	padding: 5px;
	color: #A3BCD3;
	background-color: #1580D8;
	border-bottom: 1px solid #ffffff; 
}
#tools a:link,#tools a:visited { text-decoration: none; color: #fff; }
#tools a:hover,#tools a:active { text-decoration: none; background: #fff;color: #003366; }
#tools a.skip: link,#tools a.skip: visited { text-decoration: none; color: #BBBBBB; }
#tools a.skip: hover,#tools a.skip: active { text-decoration: none; background: #BBBBBB; color: #FFFFFF; }
#tools form { margin: 0px; padding: 0px; }
#head { 
	background-color: #012E8B;
	background-image: url("images/title_bg.jpg"); 
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ffffff; 
}
#flag { 
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 1.5em; 
}
#title { 
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 10px;
	color: #ffffff;
	line-height: 100%; 
}
#title .jp { font-family: "ＭＳ Ｐ明朝", 細明朝, リュウミンL, serif; }
#title .en { font-family: Times New Roman, Times, serif;font-size: 0.6em; }
#hp { 
	display: block;
	text-align: right;
	font-size: 0.8em;
	padding: 10px;
	color: #A3BCD3; 
}
#hp .h_photo { margin: 0px; padding: 0px; margin-top: 3px; }
#hp .h_photo img { margin: 3px; }
#add { 
	background-color: #062673;
	color: #FFF;
	font-size: 0.7em;
	padding: 5px 3px 5px 10px;
}
#add #red { color: red; }

/*CONTENTS
------------------------ */
#main{
	background: url("images/dot.jpg");
	background-repeat: repeat;
}

#main1 { 
    text-align: center;
    width: 100%;
}
#main2 {
	text-align: center;
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pankuzu {
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
}

#subject{

	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

#date{
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	line-height: 120%;
}
#article{
	line-height: 150%;
	padding: 30px;
	text-align: left;
}



.dot {
	height: 2px; /* 高さ */
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;

}




/* FOOTER
------------------------ */
#footer { 
	background-image: url(images/header-bg.jpg);
	text-align: center;
	color: white;
	padding: 15px;
	margin-top: 5px;
}
#footer p { font-size: 80%; padding: 5px 10px 5px 0; }

/* CLEARFIX
------------------------ */

.clear,
.clearfix,
.section,
.columnCon { 
	clear: both;
}

.clearfix: after ,
.section: after ,
#content: after ,
#main: after ,
.columnCont: after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  







* html .clearfix , * html .section, * html #content, * html #main, * html .columnCont { zoom: 1; } /* IE6 */  
*: first-child+html .clearfix , *: first-child+html .section , *: first-child+html #contents , *: first-child+html #main , *: first-child+html .columnCont { zoom: 1; } /* IE7 */
