@charset "EUC-JP";

/*---------------------------------------------

	CSS Styles for poroco mix
	Last Updated 2009-06-09

 ---------------------------------------------*/
 
 /*
===== CONTENTS ==============================
	1: リセット設定
	2: 全体の設定
		-general params
	3: リンク色の設定
	4: ページのスタイル
	5: フッター
	6: その他スタイル
	7: ログイン・検索ボックス
=============================================
*/


/*========================================

	リセット設定
	
========================================*/

*{
	font-family: "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro";
	font-style: normal;
	font-size: small;
}


/*========================================

	全体の設定
	
========================================*/

html{

}

html,body{
	height:100%;
	background:url(../img/bg.gif);
}

div{
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
}



/*general params
-------------------------------------*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;/* margin&padding reset */
	text-align: left;
	display: block;
}

table {
	border: none;
	margin : 0;
	empty-cells: show;
	font-size: small;
}


p {
	margin: 0;
	padding: 0;
	text-align: left;
}

blockquote {
	margin: 1em auto;
	padding: 1em;
}

blockquote p {
	margin: 1em 0;
	padding: 0;
}

code{

}

ul{
	list-style-type: none;
}


/*========================================

	リンク色の設定
	
========================================*/

a:link{
	color:#333333;
	text-decoration: underline;
}

a:visited{
	color:#999999;
	text-decoration: underline;
}

a:hover{
	color:#333333;
	text-decoration: none;
}

a:active{
	color:#333333;
	text-decoration: none;
}

a img { /* image with link */
	border: none;
	text-decoration: none;
}


/*========================================

	ページのスタイル
	
========================================*/

/*------- Wrap All -------*/

table#wrap{
	width: 100%;
	height: 100%;
}

table#wrap td.main{
	background: url(../img/body_bg.gif) center repeat-y;
	vertical-align: top;
	text-align:center;
}


/*------- Header -------*/

table#title{
	height: 80px;
	background: #FFFFFF;
	margin:0 auto;
}

table#title h1{
	margin-left: 5px;
	width: 264px;
}

table#title td.headad{
	width: 469px;
}


table#header{
	background: #FFFFFF;
	margin: 0 auto;
	width: 100%;
}

table#header td{
	text-align: center;
}

table#header td.menu{
	background: url(../img/menu_bg.jpg) repeat-x #FFFFFF;
	height: 38px;
	margin: 0 auto;
}

table#header td.menu ul{
	width: 740px;
	margin: 0 auto;
}

table#header td.menu ul li{
	float: left;
}

table#header img{
	border: none;
	vertical-align: bottom;
}


/*------- Topicpath -------*/

table#topicpath{
	border-bottom: 1px dashed #CCCCCC;
	width: 730px;
	margin:0 auto;
}

table#topicpath td p{
	color: #666666;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: x-small;
	margin-bottom: 10px;
	margin-bottom:0;
	line-height: 1.75;
}

table#topicpath td p a{
	font-size: x-small;
}

table#topicpath td strong{
	font-size: x-small;
	font-weight: bold;
}

img.login{
	margin-right: 6px;
}

img.logout{
	margin-right: 15px;
}


/*------- Contents Part -------*/

table#main{
	background: #FFFFFF;
	margin: 10px auto;
	padding: 0;
	width: 700px;
	text-align:left;
}


/*------- poroco mobile -------*/

table#pmobile{
	width: 700px;
	margin: 0 auto;
	background: url(../img/bg_mobile_btm.gif) no-repeat bottom;
}

table#pmobile td{
	padding-bottom:10px;
	background: url(../img/bg_mobile.gif) no-repeat;
}

table#pmobile td h5{
	float:left;
	margin:0;
	padding:0;
}

table#pmobile td img.qr{
	margin: 10px 0 0 14px;
	float: left;
}

table#pmobile td p{
	float: left;
	margin: 10px 10px 0 10px;
	width:440px;
	line-height:1.25;
}

table#pmobile td p strong{
	font-weight: bold;
	color: #DA5651;
}


/*------- To Pagetop nav. -------*/

p#pagetop{
	text-align:right;
	color: #993333;
	margin: 20px auto 30px auto;
	width: 700px;
}

p#pagetop,
p#pagetop a{
	color: #993333;
	font-size: x-small;
}


/*========================================

	フッター
	
========================================*/

table#footer{
	width: 730px;
	margin:0 auto;
}

/*---------- テキストリンク ----------*/

table#footer td.textlink {
	padding: 10px 0;
	text-align: center;
}

table#footer td.textlink ul {
	text-align: center;
}

table#footer td.textlink ul li {
	display: inline;
	margin: 0 30px 0 0;
}

table#footer td.textlink ul li.last {
	display: inline;
	margin: 0;
}

/*---------- バナー ----------*/

table#footer td ul.bnrlist {
	margin: 10px 0 17px 10px;
	text-align: center;
}

table#footer td ul.bnrlist li {
	display: inline;
	margin: 0 8px 0 0;
}

/*---------- 著作権 ----------*/

table#footer td p {
	font-size: 0.8em;
	text-align: center;	
	padding: 0 0 20px 0;
	color: #333;
}

table#footer td p img {
	vertical-align: middle;
	padding: 0 12px 0 0;
}


/*========================================

	その他のスタイル
	
========================================*/

td.al_right{
	text-align: right;
}

td.al_left{
	text-align: left;
}

td.al_left p{
	margin-left: 20px;
}


/*テキスト用基本*/
.body10 {font-size: 10px;line-height: 14px;}/*テキスト用小*/
.body12 {font-size: 12px;line-height: 16px;}/*記事テキスト標準*/
.body14 {font-size: 14px;line-height: 18px;}/*記事テキスト標準*/

/*行間なし基本*/
.size9 {font-size: 9px;}
.size10 {font-size: 10px;}
.size12 {font-size: 12px;}
.size14 {font-size: 14px;}

/*見出し強調*/
.catch10 {font-size: 10px;line-height: 14px;font-weight: bold;}
.catch12 {font-size: 12px;line-height: 16px;font-weight: bold;}
.catch14 {font-size: 14px;line-height: 18px;font-weight: bold;}



/*========================================

	ログイン・検索ボックス
	
========================================*/

div#login_area{
	position: relative;
	margin: 10px auto 0;
	width: 700px;
}
#login_t {
	margin-left: 14px;
}
#login td {
	vertical-align: middle !important;
	background: #f0e8eb;
	padding: 1px 0;
}
#login_t input {
	margin-right: 10px;
}
#login_t td {
	padding-right: 5px;
}

#login_t a{
	font-size:11px;
}
#login_t .logincomment{
	color:#f86903;
}

form#login_form {
	width: 600px;
}
/*
================ YAHOO SERCH BOX ================
*/
#srchBox
{
/*width:148px;
_width:146px;*/
/*margin-right:10px;*/
/*background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
color:#000000;
text-align:center;*/
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
/*padding:6px;*/
}
#srchBox #srchInput
{
width:160px;
_width:160px;
}
#srchBox #srchBtn
{
width:69px;
}
*html #srchBox #srchBtn
{
/*padding-top:2px;*/
}
*:first-child+html #srchBox #srchBtn
{
/*padding-top:2px;*/
}
#srchBox ul
{
/*margin-top:6px;
margin-bottom:6px;*/
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:block;
}
#srchBox li input
{
zoom:1;
/*margin-right:2px;
_margin:-4px 0 -4px -4px;*/
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
/*margin:-4px 0 -4px -4px;*/
}
#srchBox #srchLogo
{
/*margin:6px 6px 6px 0;*/
text-align:center;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
/*padding-bottom: 6px;*/
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}
p#srchForm {
	text-align: right;
	/*padding-right: 6px;*/
}
form#srch{
	width: 272px;
	position:absolute;
	left: 417px;
	top: 10px;
}



























