@charset "shift_jis";

body {
	padding: 5px;
	margin: 5px;
	background: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color:#333333;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

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: 6px;
	padding-left: 5px;
	padding-right: 2px;
}

#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
}

#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;
	color: #666666;
	font-size: 12px;
}

/* ----- sitemap allview----- */
 
#contents {
	width: 900px;
	height: auto;
    float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin:30px;
    padding:5px;
    font-size:15px;
}

#sitemap {
	width: 850px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
    font-size:14px;
}

/* ----- sitemap home ----- */ 

#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(img/ic_home.gif) no-repeat 0 4px;
	line-height: 25px;
}

/* ----- sitemap category ----- */ 

#sitemap ul li ul {
	background: url(img/ic_bk.gif) no-repeat 17px 0;
}

#sitemap ul li ul.category li {
	background: url(img/ic_category.gif) no-repeat 3px 4px;
	color: #000000;
	font-weight:bold;
}

/* ----- sitemap page ----- */ 

#sitemap ul li ul.page li {
	background: url(img/ic_page.gif) no-repeat 3px 4px;
	font-weight:normal; 
}

/* ----- sitemap page(last) ----- */ 

#sitemap ul li ul li.last {
	background-color: #FFFFFF;
}

/* ----- newtype_box_L ----- */

.newtype_box_L {
    margin-top:20px;
	margin-left:20px;
	padding: 10px;
	background: #E3E3E3;
	width: 340px;
	border-color: #CCCCCC;
	border-width: 0 0 3px 0;
	border-style: solid;
	text-align: left;
	color: #333333;
	font-size: 14px;
	font-weight:bold;
}

/* ----- newtype_box_M ----- */

.newtype_box_M {
    color:#333333;
	margin-top:5px;
	margin-left:20px;
	padding: 10px;
	background: #FFFFFF;
	width: 340px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	text-align: left;
    color:#333333;
	font-size: 12px;
	line-height:24px;
}

/* ----- newtype_box_S ----- */

.newtype_box_S {
    color:#333333;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:30px;
	padding: 10px;
	background: #FFFFFF;
	width: 260px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	text-align: left;
    color:#333333;
	font-size: 12px;
	line-height:24px;
}

.newtype_box_S li {
    padding-left:10px;
	margin-left:20px;
	background-image:url(img/bullet_ss.gif);
	background-position:left; 
	background-repeat:no-repeat;
	list-style: none outside; 
}

/* ----- footer ----- */ 

#footer {
	width: 900px;
	margin-top: 420px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 15px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

#footer ul {
    color: #CCCCCC;
	font-size: 10px;
}