/* 
Theme Name:Alive Website
Theme URI: http://www.www.www/
Description: fReeHPD
Author: Makoto Nakao
*/@charset "UTF-8";
/*フローの解除スタイル*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.h-line{
	width:780px;
	margin:0 auto 0 auto;
	color:#CCC;
}
div {
	margin:0;
	padding:0;
}
img {
	border:none;
}
h1 {
	font-size:12px;
	text-align:right;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2{
	font-size:18px;
	margin:10px 10px 20px 10px;
	border-color:#930;
	color: #930;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.5em;
}
h3{
	font-size:16px;
	margin:10px auto 10px 15px;
	border-color:#030;
	border-left-style:solid;
	border-left-width:5px;
	line-height: 1.5em;
	text-indent: 3px;
	color: #030;
}
strong{
	font-weight:bold;
	color:#900	
}
em{
	font-weight:bold;
	font-style:normal;
}

body{
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

/*==================================================
	基本レイアウトボックス
==================================================*/
#wrapper {
	background-image: url(images/bk_all.gif);
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bk_contents.gif);
}
#sidebar {
	margin: 0px;
	float: left;
	width: 200px;
	text-align: left;
}
#article {
	margin: 0px;
	float: right;
	width: 580px;
}
#footer {
	width: 800px;
	font-size: 14px;
}
/*==================================================
	Headerのスタイル
==================================================*/
#headLeft {
	float: left;
}
#headRight {
	float: right;
	width:452px;
	background-image: url(images/h_title_r.jpg);
	height: 80px;
}
/*--------ヘッドメニューのスタイル--------*/
#headMenu{
	list-style-type:none;
	width:780px;
	margin:0;
	padding:0;
	background-image: url(images/h_menu.jpg);
	float: left;
	font-size: 14px;
}
#headMenu li {
	float:left;
	width:155px;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 20px;
}
#headMenu li a:link,
#headMenu li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#036;
}
#headMenu li a:hover,a:active {
	text-decoration:none;
	font-weight:bold;
	color:#06F;
}

/*--------記事エリアのスタイル--------*/
#textBox {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #CCC;
	text-align: left;
}
#textBox p{
	margin:10px 20px 10px 20px;
	line-height: 1.5em;
}
#textBox ul{
	margin:15px 10px 15px 20px;
}
#textBox ol{
	margin:10px 10px 10px 20px;
	line-height:1.5em;
}
#textBox li{
	margin:8px 0px 8px 0px;
	line-height:1.2em;
}
#responce{
	margin:10px 10px 10px 10px;
}
/*==================================================
	サイドバーのスタイル
==================================================*/
#sidebar ul{
	list-style-type: none;
	padding-left: 0px;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
#sidebar li.page_item {
	background-image:url(images/s_menu.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	line-height: 37px;
}
#sidebar li li.page_item{
	background-image:none;
	line-height: 14px;
	margin: 7px auto 7px 10px;
	text-indent: 0px;
}
/*★子ページを隠す設定
	カレントページの親に属するものだけ表示させる*/
#sidebar li li.page_item ul{
	display:none;
}

#sidebar li li.current_page_parent ul{
	display:block;
}
/*------サイドバーのリンクの書式--------*/
/*★インデックスのリンク
	訪問に関係なく同じ色・太さ・ロールオーバー効果無し
*/
#sidebar li.page_item a:link,
#sidebar li.page_item a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#630;
}
/*★メニュー内のリンク
	ロールオーバー効果あり*/
/*親ページの子ページが表示されているとき太字にする（ここに書くことがポイント）*/

/*メニュー内の通常のリンクの設定*/
#sidebar li li.page_item a:link,
#sidebar li li li.page_item a:link{
	text-decoration:none;
	font-weight:normal;
	color:#00F;
}
#sidebar li li.page_item a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#639;
}
#sidebar li li.page_item a:hover,a:active {
	text-decoration:underline;
	font-weight:normal;
}
#sidebar li li.current_page_item a:link,
#sidebar li li.current_page_item a:visited {
	font-weight:bold;
}
/*---------ブログのRSSを表示するスタイル-------*/
#miniBox{
	width:200px;
	font-size: 14px;
}
#miniBox p{
	margin:10px 5px 10px 5px;
	line-height: 1.2em;
}
#miniBox ul {
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	font-size:14px;
}
/*---------新着情報を表示するスタイル-------*/
#newsBox{
	width:190px;
	font-size:10px;
	overflow:auto;
	height:180px;
	padding:5px 5px 5px 5px;
}
#newsBox p{
	line-height:1.2em;
	border-bottom-style:dashed;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
}

/*==================================================
   フッターのスタイル
==================================================*/
#footMenu {
	background-image: url(images/f_menu.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 800px;
	line-height: 30px;
}
#footInfo{
	font-size:12px;
	color:#666;
	line-height:1.1em;
	margin: 5px auto 5px auto;
}
#copyRight{
	font-size:12px;
}
#footer table {
	margin:10px auto 10px auto;
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
	width:500px;
	text-align:left;
	border-collapse:collapse;
}
#footer th,td {
	padding:5px;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;	
}
#footer th {
	width:150px;
}
