/*
Theme Name: foresttwo
Description:トップページ用
Theme URI: 　
Author: k_nakazawa
Author URI: 　
Version: 　
License: 　
License URI: 　


*/body{
	background:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:14px;
	color: #555;
}

/*メニュー
-----------------------------------------*/

ul.menu {
	width:200px;
}

ul.menu, ul.item {
	margin: 0;
	padding: 0;
	list-style: none;
}

li div.category {
	height: 46px;
	line-height: 46px;
	text-indent:20px;
	background:url("../images/category_off.gif");
	font-weight:bold;
	cursor:pointer;
}

li div.category a {
	display:block;
}

li div.open {
	background:url("../images/category_on.gif");
}

li div.rollover {
	background:url("../images/category_on.gif");
	font-weight: bold;
	color: #419900;
}

ul.item li a {
	display:block;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	text-indent:20px;
	background:url("../images/item_off.gif");
	color: #333;
}

ul.item li a:hover {
	background:url("../images/item_on.gif");
	color: #F34B37;
}

a {
	text-decoration:none;
}


/*ヘッダー:パンくず
-----------------------------------------*/
#breadcrumbs {
background: #86add8;
border-radius: 5px;
overflow: hidden;
width: 980px;
margin: 10px 0 0;
}
 
#breadcrumbs li {
float: left;
line-height: 1;
}
#breadcrumbs a {
padding: .4em 1em .4em 3em;
float: left;
text-decoration: none;
color: #000;
position: relative;
background-color: #c2ddfc;
}
#breadcrumbs li:first-child a {
padding-left: 1.5em;
border-radius: 5px 0 0 5px;
}
#breadcrumbs a:hover {
color: #2860a3;
background-color: #e9f3ff;
background-image: -webkit-linear-gradient(left, #FFF, #e9f3ff);
background-image: -moz-linear-gradient(left, #FFF, #e9f3ff);
background-image: -ms-linear-gradient(left, #FFF, #e9f3ff);
background-image: linear-gradient(left, #FFF, #e9f3ff);
}
#breadcrumbs a:after,
#breadcrumbs a:before {
content: "";
position: absolute;
top: 50%;
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1.5em solid;
right: -1.5em;
}
#breadcrumbs a:after {
border-left-color: #c2ddfc;
z-index: 3;
}
#breadcrumbs a:before {
border-left-color: #86add8;
right: -1.6em;
z-index: 2;
}
#breadcrumbs a:hover:after {
border-left-color: #e9f3ff;
}
#breadcrumbs strong {
padding: .4em 1em .4em 2.5em;
color: #FFF;
display: block;
}

/*フッター用
-----------------------------------------*/
h6{
	background:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:10px;
	color: #3FA9F5;
}

/*クレジット用
-----------------------------------------*/
h5{
	background:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:11px;
	color: #7D7D7D;
}

/*各タイトル用
-----------------------------------------*/
h1{
	background:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:18px;
	color: #7D7D7D;
}

/*項目用
-----------------------------------------*/
h2{
	background:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:16px;
	color: #7D7D7D;
}

/*項目用
-----------------------------------------*/
foo{
	background:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:16px;
	color: #7D7D7D;
	list-style-type: none;
    margin: 10px 0 0;}
