@import url("hp_art.css");

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link{
	color:#49463A;
	text-decoration: none;
}

a:visited{
	color:#49463A;
	text-decoration: none;
}

a:active{
	color:#49463A;
	text-decoration: none;
}

a:hover{
	color:#49463A;
	text-decoration: none;
	background-color: #FF9933;
}

#contents .entry-title a:link{
	color: #333333;
	text-decoration: none;
}

#contents .entry-title a:visited{
	color: #333333;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #333333;
	text-decoration: underline;
}

/*************** body ***************/
html{
    height:100%;
}

body{
	scrollbar-base-color: #E5E5E5;
    scrollbar-track-color: #F0F0EC;
    scrollbar-face-color: #D3D3D3;
    scrollbar-shadow-color: #C6C6C6;
    scrollbar-darkshadow-color: #959595;
    scrollbar-highlight-color: #F6F6F6;
    scrollbar-arrow-color: #4F4F4F;
    height:100%;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	color: #663300;
	word-wrap: break-word;
	background-color: #DDDAD1;
}
* html div#container{
    height:100%;
}
div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}

#titlebox {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	height: 26px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #774A33;
	background-color: #0C0505;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/line.jpg);
}

#titleline {
	height: 2px;
	width: 100%;
	background-color: #120808;
}
	
	
img{
	border: 0;
}

div#main-container
{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: transparent;
}
#newsbox{
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#news_inbox{
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	margin-top: 20px;
	text-align: left;
	padding: 0px;
}
#news_contents {
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	margin: 0px;
	text-align: left;
	padding: 0px;
	width: 720px;
}
#news_contents table {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#news_contents td {
	padding: 0px 0px 5px 20px;
	text-align: left;
	vertical-align: top;
}
#news_contents th {
	padding: 0px 0px 5px 20px;
	text-align: left;
	vertical-align: top;
}

/*** title ---- タイトルフラッシュ ***/

.flabox{
	padding: 0px;
	height: 350px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #000000;
	background-repeat: repeat-x;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #150606;
		background-image: url(../images/title_back.jpg);
}
.flabox_index{
	padding: 0px;
	height: 449px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #000000;
}

/*************** ヘッダー  ***************/

div#banner {
	background: url("../images/artwork_banner.jpg") no-repeat top;
	height: 350px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #000000;
}
div#banner_art {
	background: url("../images/artwork_banner.jpg") no-repeat top;
	height: 350px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #000000;

	}
div#banner_pro {
	background: url("../images/pro_banner.jpg") no-repeat top;
	height: 350px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #000000;

}
div#banner_index {
	height: 447px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #000000;

}

/*** h1 ---- ヘッダー内サイトタイトル ***/

div#titlebox h1, div#titlebox h2 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 18px;
	color: #936822;
	display: inline;
}
div#titlebox a:link{
	color: #936822;
	text-decoration: none;
}

div#titlebox a:visited{
	color: #936822;
	text-decoration: none;
}

div#titlebox a:active{
	color: #936822;
	text-decoration: none;
}

div#titlebox a:hover{
	color: #936822;
	text-decoration: none;
}
/*** ヘッダー内サブタイトル ***/

div#banner-description {
	font-size: 9px;
	color: #A37B21;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	display: inline;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #FFF;
	text-decoration: none;
}

div#banner a:hover{
	color: #FFF;
	text-decoration: underline;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	margin:0px;
	padding:0px;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

#contents{
	width:778px;
	float:left;
	position: relative;
	top: 0;
	left: 172px;
}

/****** コンテンツ内定義 ******/

div.contents-main{
	padding:0 0px 5px 0px;
	text-align: right;
}

/*** コンテンツ内パンくず ***/
.pankzbox{
	margin-top: 3px;
	padding: 0px;
	height: 13px;
}

.pankz{
	margin:0px;
	padding: 0px 0px;
	font-size: 10px;
	text-align:right;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin: 0px;
	padding: 0px 0px;
	font-size:  10px;
}

/****** エントリー ******/

div.entry-top{
	height:33px;
	padding:0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 28px;
	width: 750px;
}

div.entry{
	padding: 0px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: -8px;
	width: 786px;
}
div.entry img{
	padding: 0px;
	position:relative;
	height: 428px;
	float: left;
	font-size: 0px;
	line-height: 0px;
	z-index: 99;
	margin: 0px 0px 15px 36px;
}
.profile{
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	margin-top: 20px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.profile table tr td{
	vertical-align: top;
}
/****** エントリーボディ ******/

.entry-body{
	margin: 0px;
	padding: 0px;
	width: 750px;
}

div.entry-bottom{
	height: 50px;
	margin-bottom: 10px;
	background-color: #DDDAD1;
    padding-bottom: 80px;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 10px 0px 2px 0px;
}

/****** 投稿時間 ******/

div.posted {
	font-size: x-small;
	text-align: center;
	height:20px;
	width: 548px;
	background-image: url(../images/h2_back_g.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #FFFFCC;
}
div.posted a:link {
	color: #FFFFCC;
	text-decoration: none;
}

div.posted a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

div.posted a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

/*************** サイドレイアウト  ***************/
/*** 左カラム内タイトル ***/
div.left_height{
	height: 1000px;
}
div.lefttitle 
{
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 199px;
	width: 114px;
	position: relative;
	padding-top: 146px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 58px;
}
.leftmoyou {
	background-image: url(../images/side_moyou.jpg);
	height: 912px;
	width: 432px;
	z-index: 10;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 912px;
	top: 0px;
	right: 0px;
}
.rightmoyou {
	background-image: url(../images/side_moyou2.jpg);
	height: 912px;
	width: 432px;
	z-index: 10;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 912px;
	top: -10px;
	left: 0px;
}
div#sidetitle {
	background: url(../images/sidemenu01.jpg) no-repeat;
	width: 87px;
	height: 92px;
	position:relative;
	top:0px;
	padding:0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	z-index: 99;
}

div#sidetitle ul {
	list-style: none;
}

div#sidetitle li {
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 0px;
	left: 0px;
}

div#sidetitle li a {
	text-decoration: none;
	display: block;
	width: 87px;
	height: 23px;
}

/* メニュー*/

div#sidetitle li#menu01 {
	left: 0px;
	height: 23px;
	background-image: url(../images/sidemenu01.jpg) no-repeat 0px 0px;
}

div#sidetitle li#menu02 {
	top: 23px;
	height: 23px;
	background: url(../images/sidemenu01.jpg) no-repeat 0px -23px;
}

div#sidetitle li#menu03 {
	top: 46px;
	height: 23px;
	background: url(../images/sidemenu01.jpg) no-repeat 0px -46px;
}
div#sidetitle li#menu04 {
	top: 69px;
	height: 23px;
	background: url(../images/sidemenu01.jpg) no-repeat 0px -69px;
}

/* ホバー　*/

div#sidetitle li#menu01 a:hover {
	top: 0px;
	height: 23px;
	background: url(../images/sidemenu02.jpg) no-repeat 0px 0px;
}

div#sidetitle li#menu02 a:hover {
	top: 23px;
	height: 23px;
	background: url(../images/sidemenu02.jpg) no-repeat 0px -23px;
}

div#sidetitle li#menu03 a:hover {
	top: 46px;
	height: 23px;
	background: url(../images/sidemenu02.jpg) no-repeat 0px -46px;
}
div#sidetitle li#menu04 a:hover {
	top: 69px;
	height: 23px;
	background: url(../images/sidemenu02.jpg) no-repeat 0px -69px;
}

/*** 左カラム内サブタイトル ***/

div#banner-description{
	font-size: small;
	color: #FFFFCC;
	margin: 0px;
}

div#left-side
{
	width:172px;
	float:left;
	position: relative;
	top: 0;
	left: -778px;
	font-size: small;
}

div#right-side
{
	width:172px;
	float: left;
	font-size: 12px;
}

/************ WP用 ************/

ul#left-side
{
	margin: 0;
	padding: 0;
	width:172px;
	float:left;
	position: relative;
	top: 0;
	left: -778px;
	list-style: none;
	font-size: small;
}

ul#right-side
{
	margin: 0;
	padding: 0;
	width:172px;
	float: left;
	list-style: none;
	font-size: small;
}

div.right-content,
div.left-content
{
	padding:0px;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *,
li.widget *
{
	margin: 0;
	padding: 0;
}

div.menu,
li.widget
{
	margin: 10px 0 30px 0;
	width:172px;
	padding:0px 15px;
	font-size: small;
	background:	transparent;
		position: relative;
	z-index: 50;
}
.rightbox {
	width: 192px;
	position: relative;
	z-index: 50;
}

/*** サイドバー内見出し ***/

div.menu-title,
li.widget h2.widgettitle
{
	padding: 8px 5px 3px 0px;
	
	color: #131300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

div.menu ul,
li.widget ul{
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*** WP用 ***/

li#calendar h2
{
	visibility: hidden;
}

div#calendar_wrap
{
	margin: -50px 0 0 0;
	padding: 0;
}

/*** サイドバーリスト ***/

div.menu ul,
li.widget ul
{
	margin-left:0px;
	padding:2px 0px;
}

div.menu ul li,
li.widget ul li
{
	padding:0px;
}

div.menu ul li ul,
li.widget ul li ul
{
	margin: 0 0 0 10px;
}

/*************** Feeds ***************/

div.feeds{
	margin-bottom:20px;
}

/*************** フッター ***************/

div#footer{
	width: 100%;
	height: 80px;
	color: #FFFFCC;
	background-color: #221A09;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 98;
	position: absolute;
	clear:both;
	bottom: 0px;
}

/*** COPYRIGHT ***/

div#copyright{
	text-align: center;
	padding: 10px 0px 0px 0px;

}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}

.clear-box{
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

dl {
	width: 700px;
	margin: 0px 0px 20px 0px;

}
dt {
	font-weight: bold;
	float: left;
	width: 80px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	text-align: right;
}

dd {
	width: 500px;
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	display: block;
}
