@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.png);
	margin:10px 0 15px 0;
}

input {
	border:1px solid #CCCCCC;
}

#title {

}

#title h1 {
/* テキストのみ以下適用 */
padding:40px 10px 10px 10px;
}

#titleheader {

}

h1 {
	font-size:13px;
	color:#666666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing:0px;
	margin:10px 0px;

}


/* 背景左右影 */

#bgRightShadow {
	background-image:url(../images/bgShadow_right.png);
	background-repeat:repeat-y;
	background-position:left;
	width:4px;
	font-size:0;
}

#bgLeftShadow {
	background-image:url(../images/bgShadow_left.png);
	background-repeat:repeat-y;
	background-position:right;
	width:5px;
	font-size:0;
}






/*　タブメニュー　*/
#menu {
margin-left:auto;
margin-right:auto;
text-align:center;
}

#menubottom {
	padding-bottom:15px;
	font-size: 75%;

}

#menubottomline {
height: 4px;
background-color:#0099cc;
margin:0 1px 0 1px;
font-size:0;
}





#contents {
width:990px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
min-height:600px;
}

#leftcontents {
	width:630px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
	float:left;
	display:inline;
}


#rightcontents {
	width:310px;
	background-color:#FFFFFF;
	float:left;
	margin-right:10px;
	display:inline;
	font-size: 80%;

}




/*　リンク　 */


a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0A80F5;
}
a:active {
	text-decoration: none;
	color: #003366;
}




#leftcontents a:link {
	color: #2080B2;
	text-decoration: underline;
}
#leftcontents a:visited {
	text-decoration: underline;
	color: #2080B2;
}
#leftcontents a:hover {
	text-decoration: none;
	color: #003366;
}
#leftcontents a:active {
	text-decoration: none;
	color: #003366;
}





/*　ページのトップへ戻るボタン　*/

.pagetopbutton {
float:right;
padding:10px -60px 20px 0;
display:inline;
}


/*　フリーワード検索　*/

.textfield {
	height: 22px;
	width: 400px;
	font-size: 16px;
	margin-bottom: 11px;

}

.textfieldmini {
	height: 22px;
	font-size:12pt;
	width: 270px;
	margin-bottom:5px;
}

.textfieldmini input {
	width: 200px;
	border:1px solid #CCCCCC;
}

.searchsample {
margin-top:-16px;
font-size:x-small;
}


/*　左サイドテーブル　*/

.lefttable {
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	/*border-top:0px;*/
	margin-left:2px;
	margin-right:2px;
}

.lefttableHeader {
	color:#FFFFFF;
	padding:0 0 0 10px;
}


#lefttableMenu {
}

#lefttableMenu ul {
padding:0;
margin:0;
}

#lefttableMenu li {
	height:43px;
	width:186px;
	background-color:#333333;
	color:#FFFFFF;
	margin:0 0 5px 2px;
	font-size:smaller;
	padding:15px 0 0 10px;
}


/*　右サイドコンテンツ　*/
#ExpectedRelease {

font-size:90%;

}

#ExpectedRelease ul {
margin:0 0 0 5px;
padding:0;
}

#ExpectedRelease li {
list-style:none;
background-image:url(../images/list_image.png);
background-position:left top;
background-repeat:no-repeat;
padding:0 0 10px 15px;
}


#ExpectedRelease .table {
	padding:5px;
	border-bottom: 1px dashed #CCCCCC;
}

#ExpectedRelease .date {
	font-weight:bold;
	color:#00205f;
}
#ExpectedRelease .title {
	font-weight:bold;
	color:#00205f;
}
#ExpectedRelease .contents {
	padding:5px 0 5px 0;
}


/*　口コミ募集　*/
.kutikomiPR {
	border:dashed 1px #9edbf1;
	padding:10px;
	margin:10px;
	background-color:#ecf9fd;
	font-size:smaller;
	line-height:16pt;
}



/*　ヘッダー関連　*/

.header {
	font-size:24px;
	color:#000000;
	padding:15px 5px 15px 5px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;

}

.contentsheader {
	color:#000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0 0 15px 0;
	font-weight: normal;
	background-image:url(../images/contentsheader_line.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 15px 15px 10px;

}

.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	padding: 5px 8px 5px 8px;
	margin-bottom:10px;
}
.contentsheader_default {
	background-image: url(../images/contentsheader_default.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:90%;
	height: 27px;
	color:#FFFFFF;
	padding:0 0 0 30px;
}

.contentsheader_lanking {
	background-image: url(../images/contentsheader_lanking.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:90%;
	height: 27px;
	color:#FFFFFF;
	padding:0 0 0 30px;
}

.contentsheader_urawaza {
	background-image: url(../images/contentsheader_urawaza.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:90%;
	height: 27px;
	color:#FFFFFF;
	padding:0 0 0 30px;
}

/*　フッター関連　*/

#footer {
	margin: 0px 0 0 0;
	font-size: 75%;
	color: #FFFFFF;
}

#footer a:link{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}





#footerbottomline {
height: 8px;
background-color:#333333;
margin-bottom:3px;
font-size:0;
}


#footerSEO {
	font-size:70%;
	color:#999999;
	padding:12px 0px 12px 0px;
	line-height:14pt;
	margin: 0;
}

/*　トップ　*/
.newestKutikomi{
}
.newestKutikomi .title {
	font-weight:bold;
	color:#237DB8;
	padding:0 5px;
}
.newestKutikomi .contents{
	font-size:80%;
	padding:0 6px 10px 6px;
}

.newestKutikomiTable {
	background-color:#FFFFFF;
}

.newestKutikomiTableAlt {
	background-color:#F6F6F6;
}



#newestUrawaza a:link {
	color: #B82323;
	text-decoration: underline;
}
#newestUrawaza a:visited {
	text-decoration: underline;
	color: #B82323;
}
#newestUrawaza a:hover {
	text-decoration: none;
	color: #990000;
}
#newestUrawaza a:active {
	text-decoration: none;
	color: #B82323;
}

#newestUrawaza .title {
	font-weight:bold;
	color:#B82323;
	padding:0 5px;
}
#newestUrawaza .contents{
	font-size:80%;
	padding:0 6px 10px 6px;
}

.newestUrawazaTable {
	background-color:#FFFFFF;
}

.newestUrawazaTableAlt {
	background-color:#F6F6F6;
}




/*　検索ボタン　*/
.searchbutton {
  width: 52px;
  height: 22px;
  border: 0;
  background: url(../images/searchbutton.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.searchbuttonmini {
  width: 52px;
  height: 22px;
  border: 0;
  background: url(../images/searchbutton_mini.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.searchbutton a hover {
	background-image:url(../images/searchbutton_hover.png);
}
/*\*//*/
.button {
  letter-spacing: -9999px;
}
/**/

#apDivSearch {
	position:absolute;
	left:20px;
	top:10px;
	width:557px;
	height:30px;
	z-index:12;
}




/*　市区町村表示　*/
.district {
	border-bottom:dashed #CCCCCC 1px;
	margin-bottom:5px;
}

.districtInitial {
	width:20px;
	height:100%;
	background-color: #CDEFFA;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	padding:3px;
	display:inline;
	float:left;
	display:inline;
}

.districtList {
	float:left;
	margin-left:10px;
	width: 580px;
	display:inline;
}

/*　リスト　*/

.listnoadv {
	border-bottom: solid #CCCCCC 1px;
	margin:0 auto 20px auto;
	width: 620px;
	font-size:smaller;
	padding:5px;
}


.listadv {
	background-color:#ecf9fd;
	border-style:solid;
	border-width:1px;
	border-color:#9edbf1;
	margin-bottom:20px;
	width: 634px;
}

.listImg {
	width:160px;
	height:120px;
	margin-right:10px;
	background-color:#CCCCCC;
}

.listTitle {
	font-weight:bold;
	font-size:medium;
	padding-bottom:5px;
}

.listadvCatch {
font-size:110%;
font-weight:bold;
margin-bottom:3px;
color: #339900;
}

.listnoadvCatch {
margin-left:5px;
color: #339900;
}

.listInformation {
margin-left:5px;
margin-bottom:5px;
line-height: 14pt;
}
.listButton {
margin-right:5px;
margin-top:5px;

}

.listreview {
background-color:#F6F6F6;
padding:10px 12px;
}

.listreviewTitle {
font-size:10px;
color:#666666;
margin-bottom:-8px;
}

.marks {
font-size:20px;
font-weight:bold;
color: #CC0000;
font-family:'ヒラギノ角ゴ Pro W5','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-style: normal;
font-variant: normal;
}

.sort {
font-size:75%;
font-weight:bold;
background-color:#E8E8E8;
color:#636363;
padding:5px 10px;
}

.sortItem {
float:left;
display:inline
}

/*　レビューページ　*/
.mainImg {
	width:240px;
	height:180px;
	border:#CCCCCC solid 1px;
	margin-right:15px;
	margin-bottom: 15px;
	padding-top:8px;
	padding-bottom:10px;
	text-align:center;

}

.mainTable {
	margin-top:10px;
	padding:0 6px;
	margin-bottom: 15px;
}

.detailTable {
	border-bottom:#999999 1px solid;
	padding:5px 3px;
}

.appealText {
	line-height: 14pt;
	margin-bottom:12px;
}

.newestReviewTitle {
font-size:10px;
color:#666666;
margin-bottom:-6px;
}

.newestReviewList {
	font-size:75%;
	background-color:#f6f6f6;
	padding:5px 10px;
	margin-bottom:3px;
}

.tabmenubottomline {
	border-bottom:#0099cb 5px solid;
}

/*　カテゴリ　*/
#category {
	margin: 0 7px 0 10px;
	padding:10px 0 0 0 ;
}


#category ul {
margin:0;
padding:0;
}

#category li {
	list-style:none;
	float:left;
	display:inline;
	width:150px;
	height:50px;
	margin:0 3px 3px 0;
	font-size: 80%;

}


#category a{
	background-image:url(../images/menu_category.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:150px;
	height:50px;
	text-align:center;
	font-weight:bold;
	line-height:50px;


}



#category a:hover {
	background-image:url(../images/menu_category_swap.png);
	font-weight:bold;
}

#category a:link {
	color: #003366;
	text-decoration: underline;
}
#category a:visited {
	text-decoration: underline;
	color: #003366;
}
#category a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#category a:active {
	text-decoration: none;
	color: #003366;
}

/*　インプット関係　*/

.openIDbutton {
	color:#006699; /* 文字の色 */
	background-color:#ffffff; /* 背景色 */
	border:0; /* 線の種類と色 */
	cursor: pointer;

}

.openIDbuttonMini {
	color: #006699; /* 文字の色 */
	background: none; /* 背景色 */
	border:0; /* 線の種類と色 */
	cursor: pointer;

}

.openIDbuttonMini:hover {
	color: #FF9900;
	border-bottom:1px solid #FF9900;
} 



div .openIDbutton {
	border-bottom:1px solid #006699;
}

div .openIDbuttonMini {
	border-bottom:1px solid #006699;
}


.loginbutton {
text-align: center;
cursor: pointer;
background-image:url(../images/loginButtonBG.png);
background-repeat:no-repeat;
background-position:bottom;
width:71px;
height:45px;
color:#FFFFFF;
background-color:#FFFFFF;
cursor: pointer;
border:0;
float:left;
display:inline;
}

.loginbutton:hover{
background-image:url(../images/loginButtonBG-swap.png);
background-repeat:no-repeat;
}

.logintextform {
	border:1px solid #978252;
	margin-right:5px;
	margin-bottom:2px;
}


.openIDtextform {
	float:left;
	display: inline;
	margin-right:5px;
	border:1px solid #978252;
}

.openIDLoginButton {
text-align: center;
cursor: pointer;
background-image:url(../images/openidLoginButtonBG.png);
width:62px;
height:23px;
color:#FFFFFF;
border:0;
float:left;
display:inline;
margin:-1px 0 5px 0;
}



/* IE6用 */

*html #leftcontents {
	width:630px;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	float:left;
	display:inline;
}


*html #rightcontents {
width:310px;
background-color:#FFFFFF;
float:left;
margin-right:5px;
display:inline;

}

