* {
	padding:0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	font-size: 14px;
	line-height: 140%;
	background-color: #FFFFFF;
	background-image: url(img/back.gif);
	background-repeat: repeat;
}

a {
	color:#0000ff;
}

a:hover {
	color: #009900;
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color:#223A5C;
}


.high {
	font-weight:bold;
	color: #ff3300;
}
.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	height:195px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}


h1 {
	line-height:120%;
	margin-left: 5px;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
}

#header #title {
	margin-top:10px;
	margin-left:10px;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 25px;
	background-image: url(img/navi.jpg);
	background-repeat: repeat-x;
}

#nav ul {
	list-style-type:none;
	float: left;
	display: block;
	margin-left: 0px;
  }
  

#nav li {
	display: inline;
	line-height:25px;
	padding-left: 22px;
	padding-right: 0px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 12px 3px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:600px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
}

#contents p{
/*	background-image: url(img/note_line.gif);*/
	margin-right: 10px;
	margin-left: 10px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#contents p a{
	color:#0000ff;
}

#contents h2 {
	line-height:30px;
	font-size: 16px;
	padding-left: 70px;
	color: #006600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
}


#contents h3 {
	clear:both;
	font-size: 14px;
/*	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff6600;*/
	padding-left: 18px;
	color: #cc1111;
	line-height: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(img/mark.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#contents h3 a {
	color: #0000ff;
}

#contents h3 a:hover {
	color: #009900;
}

#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff6600;
	padding-left: 10px;
	color: #009900;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#contents .cap {
	margin-left:15px;
	margin-right:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 1px solid #dddddd;
}

#contents .pack,#contents .pack2 {
	margin:0 10px 20px 15px;
	padding:10px 10px 0;
	border-width: 2px;
	border-style: solid;
	border-color: #ffee99;
	background-color:#fff9ff;
}


#contents #top_img {
	width:570px;
	text-align: center;
/*	padding-top: 10px;*/
	margin: 0 auto 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
}

#contents #c_pad {
	padding: 10px;
}

#contents .cap ul,#contents .pack ul {
	height:72px;
	list-style-type: none;
	margin-left:72px;
	margin-bottom:10px;
	padding-left:7px;
	line-height:180%;
	border-left: 2px solid #dddddd;
}
#contents .cap ul li,#contents .pack ul li {
	padding-left:20px;
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#contents .cap ul li a,#contents .pack ul li a {
	color:#0000FF;
}

#contents .pack2 ul {
	list-style-type: none;
	margin-left:0px;
	margin-bottom:10px;
	padding-left:3px;
	line-height:180%;
/*	border-left: 2px solid #dddddd;*/
}
#contents .pack2 ul li {
	padding-left:20px;
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#contents .pack2 ul li a {
	color:#0000FF;
}

#contents .pack dl,#contents .pack2 dl {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 5px 10px;
	margin:10px 0;
	background-color:#f8f8f8;
}
#contents .pack dt,#contents .pack2 dt {
	color:#444;
}
#contents .pack dd,#contents .pack2 dd {
	color:#444;
	padding:5px 10px 0;
}

#contents .pagetop {
	height:256px;
	margin:0 8px 20px;
	background-color: #FCF9E4;
}
#contents .pagetop ul {
	list-style-type: none;
	margin-left:265px;
	padding-top:10px;
	line-height:170%;
}
#contents .pagetop ul li {
	color:#444444;
	font-weight:normal;
	padding-left:18px;
	background-image:url(img/s_li.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#contents .pagetop ul li a {
	font-weit:normal;
	color:#0000FF;
}
#contents .pagetop ul li a:hover {
	color:#090;
}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 186px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 10px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size:12px;
}

#side_d h3 {
	display: block;
	width: 170px;
	line-height: 24px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 14px;
	padding-top: 4px;
	text-align: center;
	background-image: url(img/navi.jpg);
	background-repeat: repeat-x;
}

#side_d ul {
	width:168px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align:left;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e1aa; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e1aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e1aa;
}

#side_d li {
	width:100%;
	margin:0;
	padding:0;
	background-image:url(img/s_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FCF9E4;
}

#side_d li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 20px;
	padding-top:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e1aa;
}

#side_d li a:hover {
	color:#009900;
	text-decoration: underline;
}


#side img {
	border:none;
}

#side p {
	padding: 7px;
	color:#555;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e1aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e1aa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e1aa;
}

#side p a {
	font-size:10px;
	line-height: 15px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	height: 50px;
	border-top: 1px solid #E2E2DE;
}
#f_menu h3{
	font-size:12px;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	clear: both;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(img/navi.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}


.tool{
	margin:0 0 30px 40px;;
}



#etc{
	line-height:1em;
	padding:8px 20px;
	text-align:left;
	font-size:12px;
	color:#666;
}

.af{
	margin-bottom:5px;
}
.af2{
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
}
.af2 a{
	font-size:16px;
}


/*
Q&Aサイトの口コミ用
-------------------------------------------------------------------*/

.cat_list{
	border-width: 2px;
	border-style: solid;
	border-color: #ffee99;
	background-color:#fff9ff;
	font-size:14px;
	margin:0 10px 20px 15px;
	padding:10px 10px 0;
	line-height:140%;
}

.cat_list dt{
	margin-left:10px;
	padding-left:20px;
	padding-bottom: 5px;
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.cat_list dd{
	margin:0 10px 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}


