@charset "UTF-8";
@import url("../common.css"); /* 共通スタイルの読み込み */ 

/*==========================================================
 【ぱどマガ泉州】スタイルシート
 ----------------------------------------------------------
  common.css … 共通スタイル
  ***_style.css … 各ページのスタイル
 ----------------------------------------------------------
  このスタイルは「ワタシ的SENSYU LIFE」のスタイルです。
==========================================================*/

a:link,
a:visited,
a:active {
	color:#ff7f7f;
	}
	
a:hover {
	color:#ff7f7f;
	text-decoration:none;
	}

/* ----------------------------------------------
ヘッダー
---------------------------------------------- */
#secondHeader h1 {
	float:left;
	width:400px;
	height:30px;
	background:url(img/header.jpg) no-repeat;
	font-size:100%;
	}
	
/* ----------------------------------------------
トップページ　左メインエリア
---------------------------------------------- */

#secondLeft h2 { /* コンテンツ タイトル */
	margin:0 20px 20px 205px;
	padding:5px 0 5px 14px;
	font-size:120%;
	color:#ff7f7f;
	border-top:1px solid #999999;
	border-bottom:1px solid #eeeeee;
	background:url(../img/2nd_icon1.gif) no-repeat 0 11px;
	}

/* IE4～6対応 */
* html #secondLeft h2 {
	background:url(../img/2nd_icon1.gif) no-repeat 0 12px;
	}
/* IE4～6対応 end */

#secondLeft h2.h2_2 { /* コンテンツ タイトル2 */
	margin:0 20px 0 0;
	}

#secondLeft h2 a {
	color:#ff7f7f;
	text-decoration:none;
	}
	
#secondLeft .contents1 { /* SENSYU LIF コンテンツ枠 */
	padding:19px 0 0 20px;
	}
	
#secondLeft .contents1 .lifeImg { /* SENSYU LIF イメージ枠 */
	float:left;
	width:205px;
	}

#secondLeft .contents1 .lifeImg img,
#secondLeft .contents2 ul li img { /* イメージボーダー */
	border:2px solid #CCCCCC;
	}
	
#secondLeft .contents1 p { /* SENSYU LIF 本文 */
	margin:0 20px 0 0;
	}
	
#secondLeft .contents2 { /* お店情報　枠 */
	clear:both;
	padding:35px 0 0 20px;
	height:1%;
	}
	
#secondLeft .contents2 ul {/* お店情報　サムネイル */
	padding:20px 0 0 0;
	list-style:none;
	height:1%;
	}
	
#secondLeft .contents2 ul li {
	float:left;
	width:193px;
	padding:0 0 20px 7px;
	}

/* IE4～6対応 */
* html #secondLeft .contents2 ul li {
	width:200px;
	padding:0 0 20px 0;
	}
/* IE4～6対応 end */
	
#secondLeft .contents2 ul li p { /* サムネイル　タイトル */
	margin:0 27px 0 0;
	height:2.5em;
	overflow:hidden;
	}
	
#secondLeft .contents2 ul li p.topCoupon { /* サムネイル　クーポン */
	font-size:85%;
	*font-size:70%; /* IE対応 */
	margin:10px 25px 0 0;
	height:5em;
	overflow:hidden;
	}
	
/* ----------------------------------------------
個別アイテムページ　左メニューエリア
---------------------------------------------- */
	
#leftMenu .profil { /* プロフィール */
	padding:19px 8px 0 18px;
	}

#leftMenu .profil img {
	border:2px solid #CCCCCC;
	}
	
#leftMenu .profil p {
	margin:10px 0 0 0;
	}

/* ----------------------------------------------
個別アイテムページ　中央エリア
---------------------------------------------- */
#centerMain h2 { /* コンテンツ タイトル */
	margin:19px 20px 20px 20px;
	padding:5px 0 5px 14px;
	font-size:120%;
	color:#ff7f7f;
	border-top:1px solid #999999;
	border-bottom:1px solid #eeeeee;
	background:url(../img/2nd_icon1.gif) no-repeat 0 11px;
	}

#centerMain h3 { /* コンテンツ　サブタイトル */
	margin:0 0 20px 0;
	padding:0 0 0 5px;
	border-left:5px solid #666666;
	font-size:105%;
	}
	
#centerMain .modelBox { /* 読者モデル枠 */
	margin:0;
	}

#centerMain .modelBox img,
#centerMain .shopBox img {	
	float:left;
	border:2px solid #CCCCCC;
	}
	
#centerMain .modelBox .modelText {
	margin:0 0 0 99px;
	}
	
#centerMain .shopBox { /* お店情報 */
	clear:both;
	padding:20px 0;
	}
	
#centerMain .shopBox .shopText {
	margin:0 0 0 199px;
	}

#centerMain .shopBox .shopText span {
	display:block;
	margin:10px 0 0 0;
	}

#centerMain .shopBox .shopText strong { /* 店名 */
	font-size:110%;
	}
	
#centerMain .couponBox { /* クーポン */
	clear:both;
	padding:10px;
	background-color:#f0f0f0;
	}
	
#centerMain .couponBox p {
	font-weight:bold;
	color:#ff7f7f;
	}
	
/* コメント -------------------------- */	
#centerMain .contentsBox .commentBox p { /* 投稿者名 */
	color:#ff7f7f;
	}
