@charset "shift_jis";

body {
	padding: 5px;
	margin: 5px;
	background: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

h1,h2,h3,h4,p,ul,li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

/* ----- container ----- */

#container {
    width: 900px;
	margin: 0 auto;
}
 
#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #999999;
	float: left;
    padding-top: 1px;
	padding-right: 2px;
	padding-left: 5px;
}

#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 0;
}

#header_main {
    width: 300px;
	height: 70px;
	clear: both;
	float: left;
}

#header_main .header1 a {
    background: url(img/header_bg1.gif) no-repeat;
	width: 274px;
	height: 60px;
	display: block;
}

#header_main .header1 span {
 visibility: hidden;
}

#header_sub {
	background: url(img/header_bg2.gif) no-repeat;
	width: 249px;
	height: 65px;
	margin-top: 2px; 
	float: right;
}

/* ----- breadcrumb ----- */

#breadcrumb {
    width: 730px;
	margin-left: 170px;
	color: #666666;
	font-size: 12px;
}

/* ----- contents ----- */
 
#contents {
	width: 900px;
	height: auto;
    float: left;
	padding-top: 26px;
	padding-bottom: 10px;
}

#navigation1 {
    width: 165px;
	height: auto;
	float: left;
	padding-left: 0;
}

#navigation1 p {
	padding-bottom: 4px;
}

#navigation1 li {
	margin-bottom: 9px;
}

#navigation1 .menu a {
	font-size: 12px;
	width: 130px;
	color: #666666;
	text-decoration: none;
	border-left: 5px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 12px;
	display: block;
}

#navigation1 .menu a:hover {
	background: #FFF7D7;
	color: #990000;
	border-left: 5px solid #990000;
}
		
#column {
    width: 548px;
	height: auto;
	padding: 0 10px 10px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#column .ttl {
	text-align: center;
}
					  
#column h3 {
	color: #FFFFCC;
	background: url(img/ttlbg.jpg) no-repeat; 
	text-indent: 0;
	padding: 0 8px 1px 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#column p.style {
	background: url(img/dotted.gif); 
	color: #333333;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
    margin: 0 0 30px;
}

#column h4 {
	padding: 0 0 0 26px;
	color: #333333;
	background: url(img/dotted.gif); 
	line-height: 26px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
}

#navigation2 {
    width: 165px;
	height: auto;
	padding-left: 0;
	float: left;	
}

#navigation2 p {
	padding-bottom: 4px;
}

#navigation2 li {
	margin-bottom: 9px;
}

#navigation2 .menu a {
	font-size: 12px;
	width: 130px;
	color: #666666;
	text-decoration: none;
	border-left: 5px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 12px;
	display: block;
}

#navigation2 a:hover {
	background: #FFF7D7;
	color: #990000;
	border-left: 5px solid #990000;
}

/* ----- footer ----- */ 

#footer {
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

#footer ul {
    color: #CCCCCC;
	font-size: 10px;
}

/* ----- marker ----- */ 

strong.marker_y {
	background-color: #FFFFCC;
	color: #FF6600;
}

strong.marker_b {
	background-color: #FFFFCC;
	color: #990000;
}

/* ----- links ----- */ 

#links {
    font-size: 13px;
}
