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

* {
	margin: 0;
	padding: 0;
}

body {
	color: #555555;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/page_back_img.jpg);
	background-repeat: repeat-x;
}
/* --- IE7用フォント指定 
*:first-child+html body {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
--- */

/* --- サイド各相互リンク等のバナー・リンク --- */


/* --- for NP_LinkList（バナー付き） --- */
#sidebar {
	margin: 30px 0 10px 0;
}
#sidebar .sidebardl {
}
#sidebar .sidebardl dt {
	font-size: 12px;
	background: #EEF9C8;
	padding: 5px;
	border-top: 3px solid #669933;
	color: #666;
	font-weight: bold;
}
#sidebar .sidebardl dd {
	margin: 3px 10px 3px 0;
	padding: 0;
	font-size: 80%;
	float: left;
}

/* --- for NP_LinkList（テキストのみ） --- */
#text_link {
	margin: 10px 0;
}
#text_link .sidebardl {
}
#text_link .sidebardl dt {
	font-size: 12px;
	background: #EEF9C8;
	padding: 5px;
	border-top: 3px solid #669933;
	color: #666;
	font-weight: bold;
}
#text_link .sidebardl dd {
	margin: 0 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 80%;
}



/* --- プラグイン表示以外のリンク --- */
.other_link {
	margin: 10px 0;
}
.other_link dt {
	font-size: 12px;
	background: #EEF9C8;
	padding: 5px;
	border-top: 3px solid #669933;
	color: #666;
	font-weight: bold;
}
.other_link dd {
	margin: 0 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 80%;
}



/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	background: #FFCCCC;
	background-image: url(images/body_back.jpg);
}
#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: #555555;
	text-decoration: none;
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}

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

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


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


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


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

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

.red-bold {
	font-weight: bold;
	color: #CC3333;
}
.blue-bold {
	font-weight: bold;
	color: #3366CC;
}
.green-bold {
	font-weight: bold;
	color: #336633;
}

.red-small {
	color: #CC3333;
	font-size: 85%;
}


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

/* --- 共通部分（ロゴ・テキストリンク） ---- */

/* site message & top shadow */
#header_message {
	width: 940px;
	height: 20px;
	background: #eee;
	background-image: url(images/header_message_back.jpg);
}
#header_message h1 {
	font-size: 70%;
	font-weight: normal;
	padding: 5px 10px;
}


#header {
	width: 940px;
	height: 60px;
	margin: 0;
	background-image: url(images/common_header_back.jpg);
	background-color: #ccc;
}
#header_inner {
	padding: 15px 10px 0 10px;
	position: static;
	width: auto;
}



.header_logo {
	width: 260px;
	float: left;
}
.header_navi {
	float: right;
	margin: 0 5px 0 0;
	font-size: 70%;
}


/****************************************************
　■メインナビゲーション

　別ファイル
　style-navi：バック画像

****************************************************/

#navi {
	vertical-align: top;
	margin: 0 10px;
	background-image: url(images/navi_back_base.gif);
	height: 26px;
}
#navi_inner {
	padding: 0;
}

#navi ul {
	list-style: none;
	margin: 0 0 0 10px;
}
#navi li {
	float: left;
	display: inline;
}
#navi li.m01 {
	border-left: 1px solid #ccc;
}

#navi li a {
	width: 120px;
	height: 14px;
	display: block;
	border-right: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 0 7px 0;
	text-align: center;
	color: #333;
	background-image: url(images/navi_back.gif);
	background-position: left top;
}


#navi li a:hover {
	color: #CC3333;
	text-decoration: none;
	background-image: url(images/navi_back.gif);
	background-position: left bottom;
}

/****************************************************
　■ヘッダー　メインイメージ
****************************************************/

#header_image {
	margin: 0 10px;
	padding: 0;
	width: 920px;
	height: 150px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #efefef;
}

/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 940px;
	margin: 15px 0 0 0;
	float: left;
}
#wrapper_inner {
	padding: 0 10px;
	position: static;
	width: auto;
}


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

/* --- お買い物ガイド --- */
.guide {
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-top: none;
	background: #FFFFFF;
	background-image: url(images/guide_back.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.guide dl {
	list-style: none;
	margin: 0 0 10px 0;
}
.guide dt {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 9px 0 8px 15px;
	background-image: url(images/side_title_back01.jpg);
	background-repeat: no-repeat;
}
.guide dd {
	color: #666;
	margin: 10px 0 10px 10px;
	padding: 0 5px 0 15px;
	font-size: 12px;
	background-image: url(images/allow_green.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


/* --- テキスト形式メニュー --- */
.group {
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-top: none;
	background: #FFFFFF;
}
.group dl {
	list-style: none;
	margin: 0 0 10px 0;
}
.group dt {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 9px 0 8px 15px;
	background-image: url(images/side_title_back01.jpg);
	background-repeat: no-repeat;
}
.group dd {
	color: #666;
	margin: 10px 0 10px 10px;
	padding: 0 5px 0 15px;
	font-size: 12px;
	background-image: url(images/allow_green.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* --- 画像付きメニュー --- */
.group_sp {
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}
.group_sp p.sp_title {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 9px 0 8px 15px;
	background-image: url(images/side_title_back01.jpg);
	background-repeat: no-repeat;
}
.sp_box {
	margin: 5px 0 5px 5px;
	border-bottom: 1px dotted #ccc;
}
.sp_box_inner {
	padding: 0 0 5px 0;
}
.sp_box .item_img {
	width: 75px;
	float: left;
}
.sp_box .item_information {
	width: 115px;
	float: right;
}
.sp_box .item_information dt {
	font-size: 75%;
	color: #3366CC;
	margin: 0 0 5px 0;
	line-height: 1.2em;
}
.sp_box .item_information dd {
	font-size: 70%;
	margin: 0 3px 5px 0;
	line-height: 1.2em;
}



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

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

/* ページトップへ */
.page_top {
	margin: 10px 30px 0 20px;
	text-align: right;
}

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

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

#content .title h3 { /* .hide */
	margin: 0;
	padding:0;
}


/* --- ページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 10px 5px 0 10px;
	font-size: 80%;
	text-align: right;
}

/* --- インデックスページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 10px 5px 0 10px;
	font-size: 80%;
	text-align: right;
}

/* --- アイテムページスイッチの指定（Default） --- */
#item_switch {
	font-size: 85%;
	margin: 15px;
	text-align: center;
}


/****************************************************
　■フッター 
****************************************************/
#footer {
	width: 940px;
	height: 30px;
	background-image: url(images/footer_back.jpg);
	margin: 0;
	clear: both;
	background-color: #D0DCF0;
}
#footer_inner {
	padding: 10px 0 4px 0;
	position: static;
	width: auto;
	text-align: center;
	font-size: 75%;
}

.footer_address {
	color: #FF6699;
	margin: 5px 0;
}
/****************************************************
　■フッター下テキストリンク 
****************************************************/
#under_link {
	width: 920px;
	margin: 5px auto;
	padding: 0;
	position: relative;
}
#under_link p {
	font-size: 75%;
	text-align: center;
	margin: 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;
}
	
