/****************************************************
　■基本ページ共通設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #DDDBD5;
	color: #333;
}
/* --- IE7用フォント指定 
*:first-child+html body {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
--- */

.clearing {
	height: 0px;
	clear: both;
}

.hide {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #555555;
	text-decoration: none;
}
a:hover{
	color: #CC3366;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */

h1 {
}
h2 {
}
h3 {
}
h4 {
}


/* --- <p>段落　共通設定 --- */
p {
	line-height: 1.4em;
}

/* --- ページトップへ --- */
p.page-top {
	margin: 15px 5px;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 75%;
	border-top: 1px dotted #ccc;
}

img {
	border: none;
	vertical-align:baseline;
}


/* --- 強調 --- */
em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}

/* --- 色指定 --- */
span.green {
	color: #669933;
}
span.pink {
	color: #FF99CC;
}
span.red {
	color: #FF3366;
}
span.blue {
	color: #6699FF;
}
span.orange {
	color: #FF9933;
}
span.gold {
	color: #CC9933;
}




/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#header {
	width: 100%;
	height: 265px;
	margin: 0;
	background-image: url(images/header_bk.jpg);
	background-color: #fff;
}

/* --- header BOX --- */
#header_block {
	position: relative;
	width: 1000px;
	height: 265px;
	margin: 0 auto;
}
#header_block_inner {
	position: static;
	width: auto;
	padding: 0;
}

#message {
	height: 25px;
	background-image: url(images/header_top_bk.jpg);
}
#message h1 {
	font-size: 10px;
	font-weight: 400;
	padding: 10px 0 0 350px;
}
#main_image {
	width: 1000px;
	height: 200px;
	background-image: url(images/header_main_image.jpg);
}

.title_logo {
	margin: 0 0 0 100px;
	padding: 20px 0 0 0;
}


/******************************************* 
　■ヘッダーナビゲーション設定（ベース）
********************************************/



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

/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#container_inner {
	padding: 0;
	position: static;
	width: auto;
}


/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 1000px;
	background-image: url(images/wrapper_bk.jpg);
	float: left;
}

#wrapper_inner {
	padding: 0 100px;
	position: static;
	width: auto;
}



/****************************************************
　■サイドナビゲーション
****************************************************/
#side_navi {
	width: 190px;
	margin: 0;
	float: left;
}
#side_navi_inner {
	padding: 0 5px;
}


#side_navi p.side_title {
	color: #CC3300;
	font-size: 14px;
	background-image: url(images/side_title_bk.jpg);
	background-repeat: no-repeat;
	font-weight: 700;
	margin: 20px 0 10px 0;
	padding: 9px 0 10px 7px;
}

/* --- プロフィールブロック --- */
#profile {
	margin: 0 0 20px 0;
}
#profile .profile_img {
	margin: 0 5px;
	padding: 0;
}

#profile p {
	margin: 5px;
	font-size: 75%;
}
#profile p.name {
	padding: 0 10px;
	font-size: 80%;
	text-align: center;
}

/* --- カテゴリー/アーカイブ --- */
#side_navi ul {
	margin: 0 0 0 5px;
	font-size: 12px;
	list-style: none;
}
#side_navi li {
	margin: 8px 0;
	padding: 0 0 0 15px;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 段下げカテゴリー表示 */
#side_navi ul.second {
	margin: 0 0 0 -5px;
	padding: 0;
}


/* --- カレンダーブロック --- */
#cal {
	margin: 0 5px 20px 5px;
	padding: 5px 0 0 0;
	font-size: 10px;
	border: 1px solid #ddd;
	background-image: url(images/cal_back.gif);
}
#cal table {
	margin: 2px auto;
}
#cal caption a {
	font-size: 12px;
	padding: 3px 0;
	color: #006699;
}
#cal th {
	font-weight: 400;
	color: #666;
	padding: 3px 3px 0;
}
#cal tr.calendardateheaders {
}


#cal td {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 1px 4px 1px 4px;
}
#cal td a {
	text-decoration: underline;
	color: #6699FF;
}
#cal td.today {
	background-color: #FFCC00;
}


/* --- QRブロック --- */
#qr {
	margin: 0 0 10px 0;
	text-align: center;
}
#side_navi #qr p {
	margin: 5px;
	font-size: 75%;
	text-align: left;
}

/* --- バナーブロック --- */
.side-banner {
	margin: 0 0 50px 0;
	padding: 0;
}
.side-banner img {
	margin: 0 0 15px 0;
	padding: 0;
}


/****************************************************
　■コンテンツ 
****************************************************/


/* --- メインコンテンツ --- */
#content {
	width: 590px;
	margin: 0;
	font-size: 80%;
	line-height: 1.5em;
	float: right;
}
#content-innner {
	padding: 0;
	position: static;
	width: auto;
}

/* コンテンツタイトル */

#content .title {
	margin: 0 0 20px 0;
	padding:0;
}


/****************************************************
　■アイテム
****************************************************/
.item_box {
	width: 580px;
	margin: 10px 0 50px 0;
}

.item_box .item_header {
	width: 580px;
	height: 70px;
	background-image: url(images/item_header_bk.jpg);
}
.item_box .item_header p.date {
	padding: 5px 0 0 45px;
	font-weight: 700;
	color: #666;
}
.item_box .item_header h2 {
	padding: 20px 0 0 40px;
	font-weight: 700;
	font-size: 16px;
	color: #CC3333;
}
.item_box .item_header h2 a {
	color: #CC3333;
}
.item_box .item_header h2 a:hover {
	color: #FF6699;
}


.item_box .item_body {
	width: 580px;
	padding: 0 0 5px 0;
	background-image: url(images/item_body_bk.jpg);
}
.item_box .item_body p {
	padding: 10px 25px 10px 45px;
	font-size: 90%;
	line-height: 1.8em;
}

.item_box .item_footer {
	width: 580px;
	height: 40px;
	background-image: url(images/item_footer_bk.jpg);
}
.item_box .item_footer p.item_info {
	text-align: right;
	padding: 20px 10px 0 0;
	font-size: 90%;
}
/* 続きへのリンク */
.item_box .item_body p.more-link {
	font-size: 85%;
	margin: 0 0 0 460px;
	padding: 2px;
	background: #eee;
	text-align: center;
	width: 80px;
	display: block;
}
.item_box .item_body p.more-link a {
	color: #333;
	display: block;
}
.item_box .item_body p.more-link a:hover {
	color: #fff;
	display: block;
	background: #333;
	text-decoration: none;
}

#page_navi {
	margin: 20px 0;
	text-align: center;
	font-size: 90%;
}

.pageswitch p {
	margin: 20px 0;
	text-align: center;
	font-weight: 90%;
}


/****************************************************
　■フッター 
****************************************************/
#footer {
	clear: both;
	width: 1000px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	background-image: url(images/footer_bk.jpg);
}
#footer p {
	padding: 27px 0 0 0;
	font-size: 75%;
	color: #fff;
	text-align: center;
}

.footer-address {
	color: #FF6699;
	margin: 5px 0;
}
