* {
margin: 0;
padding: 0;
}

html {
	color			: #eeeeee;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {
	padding: 0;
	background:url(../../../image/bg.gif);
	background-repeat: repeat;
}

p {
	margin: 10px 0px;
}

html,body{
    height: 100%;
}
/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	background-image: url(../../../image/mainbg.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 920px;
	margin: 0 auto;
}
#wrapper:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
 }

#header {
	background-image: url(../../../image/top_blog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 62px;
	display: block;
	width: 656px;
}
#header a {
	height: 62px;
	text-indent: -2000em;
	display: block;
	width: 150px;
}
/*メニュー用のblock */
#box0 {
	padding: 0 10px;
	clear: both;
} 

#menubox {
	float: left;
	width: 238px;
}
#menu {
	padding: 20px;
}
#mainbox{
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 20px;
}
#menubox .logo {
	clear: both;
	height: 245px;
	width: 198px;
	margin-bottom: 25px;
	background-image: url(../../../image/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#menubox .logo a {
	height: 245px;
	width: 198px;
	display: block;
	text-indent: -2000em;
}
#menubox ul {
	clear: both;
	width: 198px;	
	list-style-type: none;
	padding-bottom: 10px;
}
#menubox li {
	clear: both;
	height: 20px;
	margin-bottom: 20px;
	display: block;
}
#menubox .bt1,#menubox .bt2,#menubox .bt3,#menubox .bt4,#menubox .bt5,#menubox .bt6 {
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 198px;
	display: block;
}
#menubox .bt1 {
	background-image: url(../../../image/bt_first_a.png);
}
#menubox .bt2 {
	background-image: url(../../../image/bt_about_a.png);
}
#menubox .bt3 {
	background-image: url(../../../image/bt_syoukai_a.png);
}
#menubox .bt4 {
	background-image: url(../../../image/bt_access_a.png);
}
#menubox .bt5 {
	background-image: url(../../../image/bt_blog_a.png);
}
#menubox .bt6 {
	background-image: url(../../../image/bt_contact_a.png);
}
#menubox li a {
	height: 20px;
	width: 198px;
	display: block;
	text-indent: -2000em;
}
#menubox li a:hover {
	height: 20px;
	width: 198px;
	display: block;
	background-image: url(../../../image/bt_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menubox #time {
	behavior: expression(IEPNGFIX.fix(this));
	clear: both;
	height: 388px;
	width: 198px;
	background-image: url(../../../image/time2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -2000em;
	display: block;
	margin-bottom: 20px;
}

/* #main,#side用のblock */
#content {
	width: 656px;
	margin: 0;
}

#content #main {
	float:left;
	width: 436px;
	margin-right: 10px;
}

#content #side {
	float:left;
	width: 200px;
	background: #FFF url(./side_bg.gif) repeat-y;
	margin-top: 20px;
}


/*フッター画像*/
#footer {
	background-image: url(box_un.gif);
	background-repeat: no-repeat;
	margin-bottom: -10px;
}


/* フッター */
.footer {
	text-align:center;
	font-style:normal;
	color:#eeeeee;
	font-family: "Trebuchet MS", Trebuchet;
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}

#copy {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
}
/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #CC6600; text-decoration: underline; }
a:link		{ color: #CC6600; text-decoration: underline; }
a:visited	{color: #CC6600;	text-decoration: underline;}
a:active	{ color: #CC6600; text-decoration: none; }
a:hover		{ color: #FFF; text-decoration: none;}

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #CC6600; text-decoration: none; }
#side a:link		{ color: #CC6600; text-decoration: none; }
#side a:visited		{ color: #CC6600; text-decoration: none; }
#side a:active		{ color: #CC6600; text-decoration: none; }
#side a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}


/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding: 0.2em;
	margin: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}

.lightup {
	background-color: #F8F8FF;
	cursor: pointer;
}



/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	padding: 0px;
	font-family : "arial";
	font-size:large;
}

/*#header p {
	margin: 5px 0 0 25px;
}*/


.view_navi{
	margin:0 0 0 0;
	padding-top:0px;
	text-align: right;
}


/* =================================== */
/* #main */
/* =================================== */

/* エントリー部分全体 */
#main .entry_area {
	
	padding-top:20px;
	padding-left:10px;
	padding-bottom: 20px;
}

/* エントリータイトル */
#main h2 {
	color: #FFFFFF;
	font-size:14px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


#main h2 a 			{ color: #FFFFFF; text-decoration: none; }
#main h2 a:link		{ color: #FFFFFF; text-decoration: none; }
#main h2 a:visited	{ color: #FFFFFF; text-decoration: none; }
#main h2 a:active	{ color: #FFFFFF; text-decoration: none; }
#main h2 a:hover	{ color: #FFFFFF; text-decoration: none; }


/*エントリーナビゲーション*/
.entry_navi{
	margin:10px 0px 5px;
	padding-top:0px;
	font-size: 10.5px;
	list-style-type: none;
}

/* カテゴリタグ */

#main ul.entry_tag {
	font-size: 11px;
	color: #72523b;
}

#main ul.entry_tag li {
	display:inline;
	padding-left:5px;
}



/* エントリー時刻 */
#main .entry_date {
	font-size: 11px;
	color: #72523b;
}

/* エントリー本文 */
#main .entry {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 12px;
}

/* エントリー情報 */

#main ul.state {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#main ul.state li {
	display:inline;
	padding-left:5px;
	font-size:10.5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6600;
}



/*コメント、TB、プロフィールタイトル*/


.comment {
	margin:10px;
	padding:10px;
	border: 1px solid #CCC;
	background-color: ghostwhite;
}


dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	border-bottom:1px solid #EFEFEF;
	text-align:right;
	font-size:10.5px;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:10.5px;
	border-bottom:1px solid #EFEFEF;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* =================================== */
/* Lists */
/* =================================== */

.entry_lists dl {
	margin: 10px 0px;
}

.entry_lists dt {
	margin: 10px 0px 5px;
	padding-left:15px;
	background-position:left;
	background:url(./side_disc.gif) no-repeat 0 8px;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}
	
.entry_lists dd{
	margin:0px;
}

.entry_list_description {
	padding:10px;
	border: 1px solid #ccc;
	width:400px;
	overflow:hidden;
	/*background-color:ghostwhite;*/	
}

.entry_list_date {
	color: #72523b;
	font-size: 11px;
}



/* =================================== */
/* Clouds */
/* =================================== */

.entry_cloud {
	padding-top:20px;
	padding-left:10px;
}


/* エントリータイトル */
.entry_cloud h2 {
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(./entry_head.gif) no-repeat;
	background-position:left;
}


.entry_cloud ul {
	margin: 10px 0px;
}


.entry_cloud li {
	display: inline;
	padding-left: 1em;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}
	


/* =================================== */
/* サイドコンテンツ */
/* =================================== */

/*サイドコンテンツヘッダー画像*/
#side .side_header {
	position:relative;
	padding:10px 15px 0 15px;
	background: url(./side_header.gif) no-repeat;
}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:15px;
	background-image: url(side_footer.gif);
	background-repeat: no-repeat;
}

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
	padding-left:15px;
	background:url(./side_list.gif) no-repeat;
	background-position:left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
	}
	
#side dd{
	padding:5px 0 0 0;
	background:url(./dd.gif) no-repeat;
	line-height: 1.2em;
}

#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background:url(./side_disc.gif) no-repeat 0 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}


/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	margin: 20px 10px 10px;
}

.pager strong {
	font-size: 120%;
	font-weight: bold;
}



/*カレンダー*/
.calendar td {
	font-size: 0.8em;
	text-align: center;
}

.calendar_month td {
	font-family: "Verdana";
	color: #eeeeee;
}


.calendar_day td {
	color: #2e1408;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	width: 22px;
	height: 20px;
	background:#FCFCFC;
	text-align:center;
	vertical-align:middle;
}

.calendar_day a 			{ color: #2e1408; text-decoration: none; background:#EFEFEF; display:block; height:100%;}
.calendar_day a:link		{ color: #2e1408; text-decoration: none; }
.calendar_day a:visited		{ color: #2e1408; text-decoration: none; }
.calendar_day a:active		{ color: #2e1408; text-decoration: underline; }
.calendar_day a:hover		{ color: #26CFFF; text-decoration: underline; }

