/****************************************************
　■基本ページ共通設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #330000;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/back_content.jpg);
}
/* --- IE7用フォント指定 
*:first-child+html body {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
--- */


/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
#container-inner {
	position: static;
	width: auto;
	padding: 0;
}

.clearing {
	height: 1px;
	width: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1em;
}



.hide {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #330000;
	text-decoration: none;
}
a:hover{
	color: #CC6633;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */

h1 {
}
h2 {
}
h3 {
}
h4 {
}

ul {
	list-style: none;
}

/* --- <p>段落　共通設定 --- */
p {

}

/* --- ページトップへ --- */
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: #CC0066;
	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;
}
span.gray {
	color: #999;
}

/* --- ページスイッチの指定（前後ページ） --- */
#blog_item_switch {
	margin: 20px;
	text-align: center;
	font-size: 90%;
}

/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */

#header-block {
	height: 180px;
	background-image: url(images/back_header.jpg);
}

#header {
	width: 1000px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
}



/* --- メインイメージ(PAGE) --- */
#image-block {
	height: 247px;
	background-image: url(images/back_page_image.jpg);
}
#main-image {
	width: 1000px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

/****************************************************
　■メインナビゲーション

　別ファイル
　style-navi：バック画像

****************************************************/



/****************************************************
　■コンテンツ 大枠
****************************************************/


/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background-image: url(images/back_page.jpg);
	background-repeat: repeat-y;
}
#wrapper-inner {
	position: static;
	width: auto;
	padding: 0;
}



/****************************************************
　■コンテンツ　※全体基本フォントサイズ　80％
****************************************************/


/* --- メインコンテンツ --- */
#content {
	width: 730px;
	margin: 0;
	float: right;
	font-size: 80%;
	line-height: 1.4em;
}
#content-innner {
	padding: 0;
	position: static;
	width: auto;
}

.main-title {
	margin: 0;
	padding: 0;
}



/* --- ページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 10px 5px 0 10px;
	font-size: 90%;
	text-align: center;
}


/* --- アイテムページスイッチの指定（Default） --- */
#item_switch {
	font-size: 85%;
	margin: 15px;
	text-align: center;
}


/****************************************************
　■フッター 
****************************************************/
#footer-block {
	height: 160px;
	margin: 0 0 10px 0;
	background-image: url(images/back_footer.jpg);
}

#footer {
	width: 1000px;
	height: 140px;
	position: relative;
	margin: 0 auto;
	clear: both;
}
#footer-inner {
	position: static;
	width: auto;
	padding: 0;
}
#footer-image {
	width: 1000px;
	height: 140px;
}
#footer-block #footer-link ul {
	list-style: none;
	font-size: 12px;
}
#footer-block #footer-link li {
	float: left;
	margin: 0 20px 0 0;
	
}
#footer-block #footer-link li a {
	float: left;
	
	padding: 0 0 0 10px;
	color: #fff;
	background-image: url(images/footer_link_icon.jpg);
	background-repeat: no-repeat;
}



/****************************************************
　■フッター下テキストリンク 
****************************************************/
#under-link {
	width: 840px;
	margin: 5px auto;
	padding: 0;
	position: relative;
}
#under-link p {
	font-size: 75%;
	text-align: center;
	margin: 0 0 30px 0 ;
	line-height: 1.4em;
}
/* --- copyright --- */
.copy {
	margin: 0 0 30px 0;
}


/****************************************************
　■問合せメール等　確認画面用
****************************************************/
#content .henshin {
	margin: 20px 30px;
	padding: 10px;
	border: 1px solid #F795BC;
	text-align: center;
}
#content .henshin h2 {
	font-size: 18px;
	padding: 2px;
	margin: 0 10px 10px 0;
	border-bottom: 1px dotted #F795BC;
}
#content .henshin p {
	font-size: 90%;
	text-align: left;
}





/****************************************************
　■サイドナビゲーション
****************************************************/
#side-navi {
	width: 240px;
	margin: 0;
	float: left;
}
#side-navi-inner {
	padding: 0 10px;
}

/***** サイドタイトル　共通設定 *****/


/*** サイドメニュー設定 1 ***/
#side-menu {
	margin: 0;
	background: #FBE7CE;
}
#wrapper #side-menu dl {
	padding: 0 0 30px 0;
}
#wrapper #side-menu dt {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}
#wrapper #side-menu dd {
	margin: 0;
}

#wrapper #side-menu dd a {
	display: block;
	width: 192px;
	height: 28px;
	padding: 16px 0 0 28px;
	background-image: url(images/side_menu_back.jpg);
	background-position: left top;
	margin: 0;
	font-size: 12px;
}

/*** サイドメニュー設定 2 ***/
#side-menu2 {
	margin: 0 0 60px 0;
	background: #FBE7CE;
}
#wrapper #side-menu2 dl {
	padding: 0;
}
#wrapper #side-menu2 dt {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}
#wrapper #side-menu2 dd {
	margin: 0;
}

#wrapper #side-menu2 dd a {
	display: block;
	width: 192px;
	height: 28px;
	padding: 16px 0 0 28px;
	background-image: url(images/side_menu_back.jpg);
	background-position: left top;
	margin: 0;
	font-size: 12px;
}




/*** カテゴリー・アーカイブ等設定 ***/
#side-archive {
	margin: 0 0 15px 0;
	background: #FBE7CE;
}
#wrapper #side-archive dl {
	padding: 10px 0 10px 0;
}
#wrapper #side-archive dt {
	font-size: 12px;
	color: #fff;
	background-image: url(images/side_title_back_common.jpg);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 9px 0 8px 20px;
}

#wrapper #side-archive  dd {
	font-size: 12px;
	color: #333;
	margin: 15px 0 15px 25px;
}


/* バナー設定(すいてんかくBlog等) */
#side-banner {
	margin: 10px 0 5px;
}
#wrapper #side-banner img {
	margin: 0 0 5px 0;
}



/***** テキストインフォメーション設定 *****/

#wrapper p.side-title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: url(images/side_title_back.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 8px 0 8px 15px;
}

/* サイド下インフォメーション用 */
.side-info {
	margin: 0 5px 30px 5px;
}
.side-info ul {
	list-style: none;
	font-size: 75%;
}
.side-info li {
	margin: 10px 0 10px 5px;
	padding: 0 0 0 15px;
	background-image: url(images/side_link_icon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* --- 201105追加 --- */
/* --- リンクテキスト色変更-魅力ページ --- */
a.font-co-r {
	color: #cc0000;
	text-decoration: none;
}
a:hover.font-co-r{
	color: #CC6633;
	text-decoration: underline;
}
