/* TOP専用 */

/* トップページすべて（レイアウト、詳細設定含む）
//////////////////////////////////////////////////////////////////////// */

*	{
	margin:0;
	padding:0;
	border:none;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	}
	
/*a	{border-bottom:solid 1px;}*/

a:hover	{ background:#99eeff; }

body	{
	line-height:1.6;
	background-image:url(img/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#ffffff;
	text-align:center;	/* IE5.5用 */
	}

img	{
	vertical-align:bottom;
	}

h1	{
	font-size:13px;
	color:#ffffff;
	}


/* レイアウト /////////////////////////////////////////////////// */
/* c_layoutと同一のもの。一方を直したらもう一方も直す */

#wrap	{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-color:#ffffff;
	}

#content	{
	width:760px;
	background-image:url(img/content.gif);
	}

#nav-supp	{
	width:760px;
	margin-bottom:12px;
	text-align:center;
	font-size:small;
/*	background-image:url(img/top/back_flower_under.jpg);	 愛　花画像の下部分。円形は横176px、縦22px　一時削除　2009.2*/
	background-position:top right;
	background-repeat:no-repeat;
	}

#footer{
	width:760px;
	background-image:url(img/rogo_foot.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#1BAACC;
	}


.clearfix:after	{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix	{
	display:inline-block;
	}
	
/* Hides from IE-mac \*/
*html .clearfix {height:1%;}
.clearfix	{display:block;}
/* End hide from IE-mac */


/* TOP専用レイアウト /////////////////////////////////////////////////// */
/* header、mainはc_layoutと同じ名前だが詳細が違うので注意 */

#header	{
	width:760px;
	height:84px;
	}

#fla	{
	margin:0;
	}

#sub-l	{
	margin:0 10px 14px 10px;
	font-size:x-small;
	font-size:12px;
	}

#main	{
	margin:0 10px 20px 10px;
	font-size:small;
	line-height:1.8;
	}

#sub-r	{
/*	margin:0 10px 20px 10px; 　旧版*/
	margin:0 10px 0 10px;
	}


/* TOP、info-new専用 /////////////////////////////////////////////////// */

#header h1{
	width:299px;
	height:84px;
	text-indent:-9999px;
	float:left;
	background-image:url(img/top/rogo.gif);
	background-repeat:no-repeat;
	}
	
#header .head	{
	width:461px;
	height:84px;
	float:right;
	text-align:left;
	background-image:url(img/top/head_back.gif);
	background-repeat:no-repeat;
	}

#header .head_nav	{
	margin-top:24px;
	margin-left:57px;
	margin-right:13px;
	}

#sub-l .icon	{
	margin:0 0 5px 0;
	}

#main .info	{
	background-color:#d5ebfa;	/* CEEFF8 d9f1f7*/
	padding:6px;
	}

#main p	{
	margin-bottom:21px;
	font-size:small;
	}

#main .info-date	{
	border-bottom:solid 1px #999999;
	margin-bottom:3px;
	font-size:x-small;
	font-size:12px;
	}

#main .info-new	{
	color:#CC0000;
	font-size:x-small;
	font-size:11px;
	}
	
#main .info-text	{
	font-size:x-small;
	font-size:12px;
	}

.back-top-ai	{				/* 愛　花画像の上部分。円形は横176px */
	background-image:url(img/top/back_flower.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

#sub-r .menu	{
	margin:5px 24px 0 0;
	}


#footer .add	{
	width:590px;
	margin:8px 20px 8px 150px;
	font-size:small;
	font-size:13px;
	color:#ffffff;
	line-height:1.2;
	}


/* info-new専用 /////////////////////////////////////////////////// */

.icn-new	{
	margin-bottom:1px;
	margin-left:10px;
	}


.str	{
	font-weight:bold;
	color:#CC0000;
	}

#twitter {
width:180px;
font-size:0.75em;
border:1px solid #dddddd;
line-height:1.5em;
text-align:left;
}
#twitter_inner {
padding:12px;
}
#twitter_title {
font-weight:bold;
font-size:1.15em;
padding-bottom:10px;
}
#twitter_inner ul#twitter_update_list {
list-style-type:none;
margin:0;
padding:0;
}
#twitter_inner ul#twitter_update_list li {
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px dotted #ccc;
}
#twitter_inner #twitter-link {
text-align:right;
display:block;
}