/*--------------------------------------------------------
■全体のデザイン設定
--------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}

strong,em {font-weight: normal;}

em {font-style: normal;}

body{
	font-size: 12px;/*文字サイズ*/
	width: 800px;
	position: relative;
	left: 20px;
	border-left: solid 1px #999999;/*左ライン*/
	border-right: solid 1px #999999;/*右ライン*/
	border-bottom: solid 1px #999999;/*下ライン*/
	margin: 0 0 15px 0;
	background-color:#ffffff;/*ページ全体の背景色*/
	line-height:150%;/*行間*/
}

body p{ color: #333333; }/*文字色*/

li{ list-style: none; }

a{ text-decoration: underline; }
a:link{ color: #0000ff; }/*リンク文字の色*/
a:visited{ color: #0000ff; }/*訪問済みリンクの色*/
a:hover{ color: #7992b1; }/*カーソルがリンク文字上に来たときの色*/

#contents{ width: 800px; }


/*--------------------------------------------------------
■ヘッダーの設定
--------------------------------------------------------*/
#atama{
	background-color: #cccccc;/*ヘッダーバナーの色*/
	position: relative;
	top: 0;
	left: 0;
	height: 130px;/*ヘッダーバナーの高さ◆説明文の長さにより調節◆*/
}

/*●説明文*/
#atama p{
	text-align: left;
	margin: 5px 30px 15px 10px;
	color: #333333;/*説明文字色*/
}


/*●パン屑メニュー*/
#pan{
	background-color: #ffffff;/*パン屑メニュー背景色*/
	border-top: solid 1px #000000;/*パン屑メニュー上ライン*/
	border-bottom: solid 1px #000000;/*パン屑メニュー下ライン*/
		}

#pan p{
	text-align:left;
	margin: 0 0 0 10px;
	font-size: 14px;
}


/*●サイトタイトル*/
h1{
	margin: 15px 0 15px 60px;
	color: #000000;/*サイトタイトル文字色*/
}


/*--------------------------------------------------------
■メインコンテンツの設定
--------------------------------------------------------*/

/*●メインコンテンツ（左全体の位置とサイズ）*/
#main{
	width:530px;
	text-align: left;
	margin: 10px 10px 25px 20px;
	float: left;
	background-color: #ffffff;
}


/*●カテゴリタイトル<!---記事タイトル--->*/
h2{
	color: #555555;
	padding: 20px 0 10px 0px;
}


/*●イメージ画像*/
#image p{
	background-image: url("image.jpg");/*イメージ画像◆場合により消去◆*/
	background-repeat: no-repeat;
	padding: 250px 380px 0 0;
}


/*●記事タイトル<!---小見出し--->*/
h3{
	margin: 0px 0px 25px 0px;
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #333333;
	border-left: 5px solid #AFAFAF;
	background: #eeeeee;
	clear: both;
}


/*--------------------------------------------------------
■右メニューの設定
--------------------------------------------------------*/

/*●右メニュータイトル◆関連リンクはカテゴリに変更◆*/
h4{
	color: #ffffff;/*メニュータイトル文字色*/
	padding: 0px 10px 0px 10px;/*メニュータイトルの位置*/
	background-color: #AFAFAF;/*メニュータイトルの背景色◆右ボックスの枠線と同色にする◆*/
	font-size: 1.2em;
	line-height: 1.7em;
}


/*●右全体（※右レイアウトの位置とサイズ）*/
#right{
	margin: 20px 20px 0 3px;/*右ボックスの位置*/
	background-color: #ffffff;
	width: 210px;
	float: right;
}

#right ul{
	margin: 0px 0px 15px 0px;
	border-left: solid 1px #AFAFAF;/*右ボックスの左枠線◆メニュータイトルの背景色と同色にする◆*/
	border-right: solid 1px #AFAFAF;/*右ボックスの右枠線◆メニュータイトルの背景色と同色にする◆*/
	border-bottom: solid 1px #AFAFAF;/*右ボックスの下枠線◆メニュータイトルの背景色と同色にする◆*/
}

#right li{ padding: 4px 4px 0 4px; }


/*--------------------------------------------------------
■フッターの設定
--------------------------------------------------------*/

/*●フッターの設定*/
#foot{
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #666666;
	border-top: solid 1px #999999;
	background-color: #dddddd;
}

#foot p{ color: #666666; }

#foot a{
	text-decoration: none;
	color:#666666;
}


/*--------------------------------------------------------
■最下部［PR］
--------------------------------------------------------*/
#pr{
	text-align:left;
	font-size:9px;
}		

#pr p{ color:#bbbbbb; }/*◆必ず変更◆*/

#pr a{
	text-decoration: none;
	color:#bbbbbb;
}