@charset "shift_jis";



/* IE用スクロールバー設定

	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#333333;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
--------------------------------------------------------------------*/

/* body他全般設定
--------------------------------------------------------------------*/
body {
	text-align: center;
	padding: 0px;
	font: 75%/3 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 1.5em;
	color: #333;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #FF6633;
}
a:hover {
	color: #599f18;
}
textarea {
	font-size: 100%;
}
.color1 {
	color: #666666;
	border-bottom: 1px dotted #599f18;
	padding-right: 10px;
	padding-left: 10px;
}
.l {
	text-align: left;
}
.ltab {
	text-align: left;
	margin-left: 20px;
}
.look {
	background: #222222;
}
p {
	line-height:150%;
	padding:0 10px 10px;
}
h2 {
	font-size: 120%;
	padding: 5px;
	background: url(../images/h2_bg.gif) repeat-x 0 0;
	border-bottom: 1px #FFFFFF solid;
	border-left: 2px #FF9900 solid;
	margin-bottom: 8px;
}



/* コンテナー
--------------------------------------------------------------------*/
#container {
	margin: 10px auto auto;
	width: 850px;
}

/* コンテナー(FLASH部分)
--------------------------------------------------------------------*/
#container2 {
	margin: 10px auto auto;
	width: 850px;
}


#contents {
	margin-top: 3px;
}


/* ヘッダーのh1タグ設定
--------------------------------------------------------------------*/
#header h1 {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.1em;
	height: 15px;
	line-height: 15px;
}



/* メニュー
--------------------------------------------------------------------*/
ul#menu {
	padding-left: 10px;
}
ul#menu li {
	float: left;
	width: 114px;
	margin-left: 4px;
	height: 46px;
}
ul#menu img {
	vertical-align: bottom;
}


/* メインコンテンツ（１列ブロック）
--------------------------------------------------------------------*/
#centermain {
	width: 760px;
	margin-left: 45px;
	padding-bottom: 30px;
	margin-top: 10px;
}


/* メインコンテンツ（左側ブロック）
--------------------------------------------------------------------*/
#main {
	float: left;
	width: 480px;
	display: inline;
	margin-left: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}
#main h3 {
	width:420px;
	margin-left:20px;
	padding:15px 10px 5px 20px;
	font-size:115%;
	background: url(../images/kadomaru_top.gif) no-repeat;
}
.entry {
	width:420px;
	margin-left:20px;
	padding:0 10px;
	background:url(../images/kadomaru_center.gif);
}
.entry-nodate {
	width:420px;
	margin-left:20px;
	padding:0 10px;
	background:url(../images/kadomaru_bottom2.gif) bottom;
	line-height: normal;
}
.update {
	width:420px;
	margin-left:20px;
	margin-bottom:20px;
	background:url(../images/kadomaru_bottom.gif) no-repeat left bottom;
	text-align:right;
}

/* サブコンテンツ（右側ブロック）
--------------------------------------------------------------------*/
#sub {
	float: right;
	width: 265px;
	margin-right: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}


/* 左右のコンテンツ
--------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	margin-top: 10px;
	padding-top: 10px;
	text-align: left;
}
/* 略歴とかに使う
-----------------------------------------------*/
#main dl {   
 width:420px;   
}   
#main dt {
	float:left;
	width:85px;
	padding:2px 0 5px 5px;
	clear:both;
	font-weight:bold;
}   
#main dd {
	width:300px;
	margin-left:90px;
	padding:2px 5px 5px 5px;
} 

/* フッター
--------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 100%;
}



/* lightbox用設定
--------------------------------------------------------------------*/
.gallery {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallery a img {
	padding: 2px;
	margin: 2px;
}
.gallery a:hover img {
	margin: 2px;
	padding: 2px;
	background:url(../images/dotted.gif);
}

/* ------------------------------
.gallery a img {
	padding: 5px;
	border: 1px solid #222222;
	margin: 2px;
}
.gallery a:hover img {
	margin: 2px;
	padding: 5px;
	border: 1px solid #666666;
}
-------------------------------*/

/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
