@charset "utf-8";
/* CSS Document */

/* generated by csscreator.com */ 
html, body {
	margin:0;
	padding:0;
	text-align:center;
}
body {
		background-image:url(images/back2.gif);
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
img {
	margin:0 px;
}

#pagewidth {
	width:790px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #666;
}
#header {
	position:relative;
	height:148px;
	background-color:#FFF;
	width:100%;
}
#leftcol {
	width:18%;
	float:left;
	position:relative;
	background-color:#FFF;
	margin-top: 10px;
	margin-left: 5px;
}
#maincol {
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:80%;
}
#footer {
	background-color:#003;
	clear:both;
	color: #FFF;
	padding: 10px;
	font-size: 12px;
}
#pagewidth #header ul {
	list-style-type: none;
}
#pagewidth #header li {
	float:left;
}
#pagewidth #wrapper #leftcol h3 {
	color: #FFF;
	background-color: #002942;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}
#pagewidth #wrapper #leftcol h3 a:link {
	text-decoration: none;
	color: #FFF;
}
#pagewidth #wrapper #leftcol h3 a:visited {
	text-decoration: none;
	color: #FFF;
}
#pagewidth #wrapper #leftcol h3 a:hover {
	text-decoration: underline;
	color:#CCFFFF;
}
#pagewidth #wrapper #leftcol h3 a:active {
	text-decoration: none;
	color:#CCFFFF;
}
#pagewidth #wrapper #leftcol ul {
	margin-left:10px;
	list-style-image:url(images/bullet_navy_arrow.gif);
	font-size:14px;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.2em;
	padding-left: 20px;
 }

#pagewidth #wrapper #maincol #main {
	padding: 10px;
}
#pagewidth #wrapper #maincol #main p, h1,h2,h3,h4,h5,h6,pre, ol, ul {
	margin-bottom: 8px;
}
#pagewidth #wrapper #maincol #main h1 {
	background-image:url(images/h1_bkground.jpg);
	background-repeat:no-repeat;
	font-size:24px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:40px;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	font-weight: bold;	
}
#pagewidth #wrapper #maincol #main  h2 {
	border-style: solid none; 
	border-color:#5c5d7b;
	border-width: 3px medium 1px; 
	padding: 5px 10px; 
	margin-bottom: 1em; 
	background-color: #eeeeee; 
	font-size: 16px;
	font-weight: bold;	
}
#pagewidth #wrapper #maincol #main  h3 {
	font-weight: bold;	
}
#pagewidth #wrapper #maincol #main  .table-01 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
		margin-bottom:16px;
}

#pagewidth #wrapper #maincol #main  .table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}
#pagewidth #wrapper #maincol #main  .table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}
.align-right {
    text-align: right;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}
#pagewidth #wrapper #maincol #main ol {
	list-style-position: outside;
	list-style-type: decimal;
}
#pagewidth #wrapper #maincol #main ul {
	list-style-position: outside;
	list-style-type: disc;
}


#header .bdr_t_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	padding: 0px;
}

#header ul {
	margin: 0px;
}
#header #wrapper #maincol #main .horizontal li{
	margin: 0;
	padding: 2px;
	float: left;
}

#wrapper #maincol #main li {
	display:block; /*で消えなきゃならないけど、IEはきえてくれないので */
	list-style-type:none; /*を書いておく */
	margin-bottom: 2px;
}
#wrapper #maincol #main strong {
	font-weight: bold;
}
#wrapper #maincol #main p {
	font-size: 14px;
}

#wrapper #maincol #main h1 {
	font-size: 24px;
	font-weight: bold;
}
