@charset "UTF-8";

/********** 共通 **********/
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url('img/bg.gif');
	color:#000000;
line-height:170%;
}

body,th,td,li,div,address{
	font:13px/20px Verdana, Arial, sans-serif;
}

form,input{
	font:10pt/16px Verdana, Arial, sans-serif;
}

textarea{
	font:13px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.ImageRight{
	float:right;
	margin-left:10px;
}

.ImageLeft{
	float:left;
	margin-right:10px;
}


/********** リンク **********/
a{
	text-decoration:underline;
}

a:link,
a:active{
	color:#36c;
}

a:visited{
	color:#06c;
}

a:hover{
	color:#c60;
}

.SideBox a:link,
.SideBox a:active,
.SideBox a:visited,
.SideBox a:hover{
	text-decoration:none;
}
.moduleBody a:link,
.moduleBody a:active,
.moduleBody a:visited,
.moduleBody a:hover{
	text-decoration:none;
}

.entryWrap a:link,
.entryWrap a:active,
.entryWrap a:visited,
.entryWrap a:hover{
	text-decoration:none;
}

#Footer a:link,
#Footer a:active,
#Footer a:visited,
#Footer a:hover{
	text-decoration:none;
}

/********** レイアウト **********/
#container{
	width:792px;
	margin:0 auto;
	text-align:left;
	background:#fff url('img/containerBG.gif') left repeat-y;
	border-bottom:solid 1px #ccc;
}

#Inner{
	width:790px;
	margin:0 1px 0;
	padding:0 0 10px;
}

#Box{
	width:auto;
	margin:0 10px;
	background:url('img/BoxBG.gif') left repeat-y;
}

#ContentsWrap{
	width:560px;
	float:left;
}

#SideWrap{
	width:200px;
	float:right;
}

.Clear{
	clear:both;
	height:0;
	line-height:0;
}

.Clear hr{
	display:none;
}


/********** ヘッダー **********/
#Header{
	padding:40px 0 0;
	background:url('img/HeaderBG.gif') left top no-repeat;
}

h1{
	width:510px;
	margin:10px 0 0;
	float:right;
	line-height:100px;
	font-size:12px;
	font-weight:normal;
	color:#999;
}


/* メニューバー */
#Menubar{
	clear:both;
	padding:12px 25px;
	line-height:22px;
	list-style:none;
	background:url('img/MenubarBG.gif') center top no-repeat;
}

#Menubar li{
	display:inline;
	font-size:13px;
	font-weight:bold;
	color:#f00;
	padding:0 5px 0 18px;
	background:url('img/MenubarPoint.gif') left no-repeat;
}

#Menubar li a{
	color:#f60;
}

#Menubar li a:hover{
	color:#f00;
	position:relative;
	top:1px;
	left:1px;
}


/********** メインスペース **********/

/* トップ・サイト紹介 */
#Intro{
	margin:0 0 10px;
}

#Intro h2{
	margin:0 0 5px;
}

#Intro p{
	margin:0 0 0 3px;
}

.SideSiteList li,
.SideContent p{
	line-height:14px;
	padding:2px 0;
	font-size:12px;
}

.SideSiteList li{
	margin-left:13px;
	color:#ccc;
}

.m05
	{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#003333;
	background-color:#F5E57D;
}


/* 新着記事 */
#New h3{
	margin-bottom:10px;
}

/* 新着記事・トップニュース */
#TopNews{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #ccc;
}

#TopNews h4,
#TopNews p{
	margin-left:3px;
}

#TopNews h4{
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
	background:url('img/IconNews.gif') left no-repeat;
}

#TopNews p{
	padding-left:20px;
}

/* 新着記事・新着数件 */
#NewEntries{
	margin:0 0 10px;
}

#NewEntries dt,
#NewEntries dd{
	line-height:24px;
}

#NewEntries dt{
	width:100px;
	margin-left:3px;
	float:left;
	clear:left;
}

#NewEntries dt span{
	display:block;
	padding-left:20px;
	background:url('img/IconRefresh.gif') left no-repeat;
}

#NewEntries dd{
	margin-left:105px;
	padding-left:20px;
	background:url('img/IconNews.gif') left no-repeat;
}

.module-content{
	margin:20px;
}


/* トップ：カテゴリ */
#Categories h3{
	margin:0 0 10px;
}

.CategoryBox{
	width:180px;
	float:left;
}

.CategoryBox h4{
	padding:0 5px 5px;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	background:url('img/CatTitleBG.gif') left top no-repeat;
}

.CategoryBox h4 a:link,
.CategoryBox h4 a:active,
.CategoryBox h4 a:visited{
	color:#f60;
}

.CategoryBox h4 a:hover{
	position:relative;
	color:#f00;
	top:1px;
	left:1px;
}

.CategoryBox ul{
	margin:5px 0;
}

.CategoryBox li{
	margin-left:18px;
	padding:2px 0;
	line-height:14px;
}

.CatLink{
	text-align:right;
	font-weight:bold;
}

.CatSpace,
.CatClear{
	width:10px;
	height:10px;
}

.CatSpace{
	float:left;
}

.CatClear{
	clear:left;
}

.CatSpace hr,
.CatClear hr{
	display:none;
}


/* TOPページ最新記事 */
.box14{
	position: relative;
	width: 350px;/*全体の幅*/
	margin: 10px 25px;
	border: solid 1px #969696;
}
.hole{
	width: 25px;
  font-size : 22px;
  line-height : 22px;
  color : #CC0033;/*＝の色*/
  position : relative;
	padding: 10px 0;
  left : -10px;
}
.cont{
	position: absolute;
	top: 15px;
	left: 20px;
  padding: 15 15 15 0px;
  font-size: 13px;
}
/********** 個別ページ **********/


/* パンくずリンク */
.TopicPath{
	list-style:none;
}

.SameCatEntries{
	margin:0 0 20px 20px;
}

.TopicPath li{
	display:inline;
}

/* エントリ */
#EntryHeader h2,
.WritebackTitle{
	margin-top:10px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	color:#630;
	background:url('img/EntryTitleBG.gif') left bottom no-repeat;
}

/* トラックバック・コメント欄 */
.WritebackSubTitle{
	margin:10px 0;
	font-weight:bold;
	color:#630;
	border-bottom:solid 1px #ccc;
}

#EntryData{
	padding-top:6px;
	font-size:10px;
	line-height:24px;
	color:#666;
	text-align:right;
	background:url('img/EntryDataBG.gif') left top no-repeat;
}

#EntryData p,
#EntryFooter p{
	padding-left:5px;
	display:inline;
}

#EntryBody a:link,
#EntryBody a:active,
#EntryBody a:visited,
#EntryBody a:hover{
	text-decoration:underline;
}

#EntryBody p{
margin:16px 0;
	line-height:170%;
font-color:#343434;font-size:13px;
}

#EntryBody h3,
.SubCategories h3,
.CatEntriesList h3,
.SubAreaHeading{
	margin:30px 0 16px;
	padding:0 0 5px 20px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#630;
	background:url('img/EntryH3Point.gif') left no-repeat;
	border-bottom:dotted 2px #ddd;
}

#EntryBody ul{
	margin-left:20px;
	line-height:170%;
font-color:#343434;

}

#EntryFooter{
	margin-top:20px;
	font-size:10px;
	line-height:32px;
	color:#666;
	text-align:right;
}

#EntryNavi{
	margin:5px 0;
	padding:5px 10px;
}

#TrackbackURL{
	width:550px;
}

#tb-url{
	width:470px;
	margin:0 0 20px;
}

.WritebackWrap{
	margin:10px 0;
	padding:0 0 0 5px;
	border-left:solid 3px #fff;
}

.WritebackWrap_tb{
	margin:10px 0;
	padding:0 0 0 5px;
	border-left:solid 3px #ffe5f2;
}

.WritebackWrap p{
	padding:0 0 0 2px;
}

.WritebackWrap a {
	color:#757500;
	text-decoration:none;
}


.TbSite{
	background:#ffd;
}

.TbExcerpt{
	color:#999;
}

.CommentData{
	background:#ffd;
	border-bottom:solid 1px #eee;
}

.CommentBody{
	margin:0 0 10px;
}

.CommentData a{
	font-weight:bold;
}

#CommentsForm{
	margin:20px 0;
}

#CommentsForm dt{
	width:65px;
	float:left;
}

#CommentsForm dd{
	margin-left:70px;
}

#author{
	width:100px;
}

#email,#url{
	width:250px;
}

#text{
	width:475px;
}

blockquote{
	margin:20px 0px;
	padding:5px 20px;
	border:solid 1px #dddddd;
	background:#ffffdd;
}

.wakwak{
	margin:20px 0px;
	padding:5px 20px;
	border:solid 1px #dddddd;
	background:#ffefac;
}

.wakwak img{
	padding:5px;
}

.item{
width:450px;
background-color:#ffffdd;
margin:20px 0 20px 30px;
padding:10px;
}

.item img{
margin:10px;
float:left;
}

#ranking{
	padding-left:45px;
	line-height:40px;
	background:url(http://orangesky.jp/img/20071122 005.jpg) left no-repeat;
	color:#f60;
}

#m04{
  font-size : 15px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
  color : #3a3a3a;
}

.font_mm{
font-size:12px;
}

/********** カテゴリページ **********/

.SubCategories,
.CatEntriesList,
.CatEntriesBox{
margin:0 0 20px;
padding: 0 15px;
}

.SubCategories li{
	width:550px;
	line-height:20px;
	background:url('img/SubCatPoint.gif') left no-repeat;
	list-style:none;
	float:left;
}

.SubCategories li a{
	padding-left:20px;
}

.CatEntriesBox h4{
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	background:url('img/Notes.gif') left no-repeat;
}

.CatEntriesDate{
	padding:0 10px;
	font-size:10px;
	text-align:right;
	background:#ffefcc;
	border-top:solid 1px #ccc;
}

.CatEntriesDescription{
	margin-top:5px;
	padding:0 2px;
	color:#666;
}


/********** 検索ページ **********/

#search-form{
	margin:20px 0;
}


/********** サイドバー **********/
.SideTitle{
	font-size:12px;
	font-weight:bold;
}

.SideBox{
	margin:0 0 10px;
}

.SideBox li{
	margin-left:18px;
	line-height:14px;
	padding:3px 0;
}

/* サイド：人気体験談ピックアップ */
.PickupBox{
	padding:3px 0 2px;
}

.PickupBox p{
	line-height:14px;
	padding:3px 0;
}

/* サイド：コメント・トラバ一覧 */
.Writeback{
	list-style:none;
	margin-left:5px;
}

.Writeback li{
	margin:0;
	font-size:10px;
}

.Writeback li a{
	font-weight:bold;
}


/* サイド：ブログ内検索 */
.SearchBox{
	margin:5px 5px 0;
}

.SearchText{
	width:140px;
}

.SearchSubmit{
	width:40px;
	text-align:center;
}

/* サイドモジュール フレーム */
.moduleWrap{
	margin:0 0 10px;
}

/* サイドモジュール タイトル */
.moduleTitle{
	margin-bottom:5px;
	font-weight:bold;
	line-height:26px;
	color:#630;
	border-bottom:solid 3px #FFD700;
}

/* サイドモジュール ulタグ/divタグ */
.moduleWrap ul{
	margin-left:18px;
	line-height:14px;
}

.moduleWrap div{
	line-height:14px;
}

.moduleWrap2 img{
margin:3px;
}

/* サイドモジュール本体 liタグ/pタグ */
.moduleBody li,
.moduleBody p{
	padding:2px 0;
	line-height:14px;
}


/********** フッター **********/
#Footer{
	clear:both;
	margin:10px;
	padding:10px;
	border-top:solid 1px #ccc;
	text-align:center;
}

#Footer p{
	margin:20px 0 0;
}

#monopo h3{ font-size:12px;}
#monopo li{list-style-type: none;}



.CatList{       border-top: 1pt solid silver;   }  
.CatList li{      margin: 0;      padding:5px;      border-bottom: 1pt dotted silver;   }  

.NewsWaku
{padding:30px;
background-color:#FFFFCC;
}

.midashi h3
{
 background-color:#FFCC66;
 font-size:13px;
 color:#000000;
 padding:3px;
 margin:2px;}

/**********個別設定 **********/
.rakuten {color: #CC0000}
.ana {color: #009933}
.suica {color: #0033FF}

.photowak{
background-color: #ffffff;
padding: 12px 12px 36px 12px ;
margin: 5px;
border-color: #C0C0C0 #D3D3D3 #D3D3D3 #C0C0C0;
border-style: solid;border-width: 1px 3px 3px 1px ;
}

.leftimg {
text-align: left;
margin: 5px;
padding-right: 10px;}

.sidetext {
margin:3px;
font-size:11px;
line-height:175%;
color:#000;}


.midashi{
background-color: #F5F5DC;
font-size: 14px;
margin: 0px 0px 15px 1px; 
padding : 2px 5px 1px 10px;
font-weight:bold;
line-height:150%;
color:#cc233a;
border-left:solid 5px #cc233a;
border-bottom:none;}

.RM_big {
	font-weight: bold;
	color: #343434;
font-size: 14px;
}

/*スペックにつかうテーブル用*/

table.review{
	font-size:14px;
	width: 400px;
	border-collapse: collapse;
	background:#FFF;
	}

table.review th{
	text-align: center;
	padding:2px;
	background-color: #DDDDDD;
	border:1px solid #999999;
	}

table.review td{
	font-size:12px;
	padding:3px 2px 2px 4px;
	border:1px solid #999999;
	}
table.review td.data{
	width: 70px;
	font-size:12px;
	padding:3px 2px 2px 2px;
	border:1px solid #999999;
	background-color: #CCF4FF;
	}

table.review500{
	font-size:14px;
	width: 500px;
	border-collapse: collapse;
	background:#FFF;
	}

table.review500 th{
	text-align: center;
	padding:2px;
	background-color: #DDDDDD;
	border:1px solid #999999;
	}

table.review500 td{
	font-size:12px;
	padding:3px 2px 2px 4px;
	border:1px solid #999999;
	}
table.review500 td.data{
	width: 70px;
	font-size:12px;
	padding:3px 2px 2px 2px;
	border:1px solid #999999;
	background-color: #CCF4FF;
	}


/*装飾に使うテーブル用2*/

table.review2{
	font-size:13px;
	width: 520px;
	border-collapse: collapse;
	background:#FFF;
	}

table.review2 th{
	text-align: center;
	padding:2px;
	background-color: #DDDDDD;
	}

table.review2 td{
	font-size:12px;
	padding:3px 2px 2px 4px;
	}
table.review2 td.data{
	width: 70px;
	font-size:12px;
	padding:3px 2px 2px 2px;
	background-color: #CCF4FF;
	}
/*装飾に使うテーブル用3*/

table.review3{
	font-size:12px;
	width: 520px;
	border-collapse: collapse;
	background:#FFF;
	border:1px solid #999999;
       line-height:155%;
font-family:'Courier New','Courier','ＭＳ ゴシック',monospace;
	}

table.review3 th{
	text-align: center;
	padding:2px;
	background-color: #DDDDDD;
	}

table.review3 td{
	font-size:12px;
	padding:3px 2px 2px 4px;
	}
table.review3 td.data{
	width: 70px;
	font-size:12px;
	padding:3px 2px 2px 2px;
	background-color: #CCF4FF;
	}
table.review3 h2{
font-size:14px;
text-decoration: underline;
font-weight:bolder;
padding-top:5px;
background-color:skyblue;
}

/**********リニューアル080721**********/


/* 記事フレーム */
.entryWrap{
	margin-bottom:30px;
    border: 1px solid #630;
    padding:10px;

}

/* 記事タイトル */
.entryWrap h3{
	margin-top:10px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	color:#630;
	background:url('img/EntryTitleBG.gif') left bottom no-repeat;
}

.entryWrap h3 a:link,
.entryWrap h3 a:active,
.entryWrap h3 a:visited{color:#630;}

/* 記事データ */
.entryMeta{
	font-size:13px;
	line-height:10px;
	text-align:left;
}

/* 記事本文 aタグ */
.entryBody a{
	text-decoration:underline;
}

/* 記事本文 pタグ */
.entryBody p{
	margin:15px 0;
	font-size:13px;
}

/* 記事本文 ulタグ */
.entryBody ul{
	margin-left:18px;
}

/* 記事本文 h3タグ */
.entryBody h3{
	margin:20px 0 15px;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	color:#cc233a;
	border-left:solid 5px #cc233a;
	border-bottom:none;
}
/* タグの表示 */
.entryTags dt{
	float:left;
	clear:left;
}

.entryTags dd{
　　　	font-weight:bold;
	width:450px;
	margin-left:50px;
}
.entrycomtb{
padding-top:6px;
padding-right:5px;
	font-size:11px;
	line-height:24px;
	color:#666;
	text-align:right;
}

.rsstc   { font-size: 12px; background-color: #ffcc66; margin: 0; padding: 0 }
.rsstc a { color: #0000ff;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #fdfdfd; margin: 0; padding: 0 ;border: solid 2px #ffcc66 }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #ffcc66 }

/* サイトマップ */
.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px; 
	background-image: url('images/ul.gif'); 
	background-repeat: repeat-y
}
.tree li {
	font-size: 1em;
	font-weight:bold;
	margin: 0px; 
	padding: 3px 0 3px 24px; 
	list-style-type: none;
}
.tree li a {
	text-decoration:none;
color:#000;
}
.tree li a:hover {
	text-decoration:underline;
}
.tree ul ul {
	background-position: -1px 15px;
	background-image: url('images/ul.gif'); 
	background-repeat: repeat-y;
}
.tree ul li {
	background-position: 0px 7px; 
	background-image: url('images/li.gif'); 
	background-repeat: no-repeat;
}
.tree ul li a {
	font-weight:bold;
	text-decoration:underline;
}
.tree ul li a:hover {
	text-decoration:none;
}
.tree ul ul li {
	background-position: 8px 7px;
	background-image: url('images/li.gif'); 
	background-repeat: no-repeat;	
}
.tree ul ul li a {
	background-position: 0px 7px; 
	font-size:1em;
	color:#666;
	text-decoration:none;
}
.tree ul ul ul li a {
	background-position: 0px 7px; 
	font-size:0.8em;
	color:#999;
	text-decoration:none;
}

