@charset "UTF-8";

* {
	margin:0;
	padding:0;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666;
	background-attachment: fixed;
	background-color: #FAF2F2;
	background-image: url(../image/css/bg_contents.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#wrap {
	width:1000px;
	margin-top: 0;
	margin-bottom: 0;
}

a:link,
a:visited {
	color:#930;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#FF6600;
}
a img {
	border:none;
}


/* ツールチップ */

a.tooltip span{
	line-height: 2em;
	/*padding-bottom: 0.4em;*/
	border-bottom: 1px dotted #2F2120;
}

a.tooltip{
	position: relative;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{
	display: block;
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 130px;
	line-height: 1.2;
	background-image: url(../image/css/tooltip.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* 外部リンクアイコン */
a[target="_blank"]{
	padding: 0 15px 0 0;
	background-image: url(../image/css/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* サイド */
#side {
	width:300px;
	float:left;
}


#side h1 {
	width:300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#side img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* キャッチコピー */
#side .copy {
	width:300px;
	font-size:9px;
	color:#630;
	line-height:1.5em;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	text-align: center;
}

/* ナビゲーション */
#navi ol ,ul{
	list-style:none;
}

#navi {
	width:260px;
	margin-right: 0;
	margin-left: 20px;
}
#navi li {
	width:260px;
	height:20px;
}
#navi li a {
	display:block;
	line-height:1.6em;
	text-decoration:none;
	color:#8D6253;
	background-image: url(../image/css/navi_link.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
	background-position: 0px 6px;
	letter-spacing: 0.1em;
}
#navi li a:hover {
	color: #65463A;
	background-image: url(../image/css/navi_link_on.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


/* ナビゲーション開閉式 */

#menu{
	list-style: none outside;
	width: 260px;
	display: block;
	margin-left: 20px;
	line-height:1.6em;
}


#menu a{
	text-decoration: none;
}

.archive{
	list-style: none outside;
	display: block;
	height: 20px;
	padding-top: 3px;
}
.archive a{
	display: block;
	padding-left: 15px;
	background: url(../image/css/navi_link.png) no-repeat left center;
}

.archive a:hover {
	background: url(../image/css/menu_link_on.png) no-repeat left center;
}

.subMenu li{
	list-style: none outside;
	display: block;
	margin-left: 20px;
	height: 20px;
}

.subMenu li a {
	display: block;
	padding-left: 15px;
	background: url(../image/css/subMenu_link.png) no-repeat left center;
}

.subMenu li a:hover {
	background: url(../image/css/subMenu_link_on.png) no-repeat left center;
}



/* サイドリンク */
#side_link {
	clear:both;
	width:250px;
	border:1px solid #C39770;
	color:#FFFFFF;
	background-image: url(../image/css/bg_side_prof.png);
	background-repeat: repeat;
	font-size: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 130%;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
#side_link  ul{
}
#side_link  li{
	margin-bottom: 8px;
	background-image: url(../image/css/side_link.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
#side_link a{
	text-decoration: none;
}
#side_link  li a{
	padding-left: 10px;
	display: block;
}
#side_link  li a:hover{
	padding-left: 10px;
	display: block;
	background-image: url(../image/css/side_link_on.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#side_link  li a:hover[target="_blank"]{
	background-image: url(../image/css/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* メインエリア */
#main_area {
	width:660px;
	float:right;
	margin-top: 10px;
	margin-right: 30px;
}

/* パンくずリスト */
#topicpath {
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
	letter-spacing: 0.1em;
}

#topicpath a {
	text-decoration: none;
	color: #946B71;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

#topicpath a:hover {
	text-decoration: none;
	color: #311203;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #311203;
	font-weight: bold;
}


/* フッターエリア */
#footer_area {
	width:660px;
	float:right;
	margin-top: 30px;
	margin-right: 30px;
}

/* プロフィール */

#prof {
	width:640px;
	border:1px solid #D5C8C2;
	color:#FFFFFF;
	background-image: url(../image/css/bg_side_prof.png);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	height: 180px;
}
#prof .title {
	margin-bottom:10px;
	font-weight:bold;
	color: #D8716F;
	font-size: 120%;
	letter-spacing: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	line-height: 120%;
	padding-left: 10px;
	padding-right: 10px;
}

#prof .img_left {
	float: left;
}

#prof .name {
	font-weight:bold;
	color:#610000;
	line-height:1.6em;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	display: block;
	float: right;
	width: 470px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
#prof .text {
	color:#333;
	line-height:20px;
	background-image: url(../image/css/side_prof_kei.png);
	background-repeat: repeat;
	float: right;
	display: block;
	width: 460px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.2em;
}

#prof .btn_more {
	margin-top:10px;
	text-align:right;
	display: block;
	float: right;
}

/* コピーライト */
#address {
	font-size:10px;
	text-align:right;
	background-color: #FFF;
	width: 640px;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 150%;
	border: 1px solid #CCC;
	float: left;
	margin-top: 10px;
}














/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
