@charset "utf-8;

/* CSS Document */

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

   サイト共通設定

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

/* ブラウザ表示対策------------------------------------------------- */

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */


/* 共通設定--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
	}
a img {
	border: 0;
}

ul,ol,dl{
	list-style:none;
}

img {
	vertical-align: bottom;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

body {
	background:#F3C2C3 url(../images/bg.jpg) top center no-repeat;
	font-size: 12px;
	line-height: 1.6em;
	text-align:center;
}

#main{
	width:950px;
	margin:0 auto;
	text-align:left;
}


/* link--------------------------------------------------------- */

a {
	color: #F09;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* head--------------------------------------------------------- */


#head{
	width:950px;
	height:1435px;
	position:relative;
	background:url(../images/sns_bg.jpg) top right no-repeat;
}

.tw{
	position:absolute;
	width:25px;
	height:25px;
	top:5px;
	right:50px;
}

.fb{
	position:absolute;
	width:25px;
	height:25px;
	top:5px;
	right:20px;
}

.line{
	position:absolute;
	width:174px;
	height:39px;
	top:5px;
	right:130px;
}

.line a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#head h1,
#head h2,
#head h3{
	font-size:5px;
	text-indent:-9999px;
}

#head .navi1{
	position: absolute;
	top: 711px;
	left: 0px;
	width: 154px;
	height: 161px;
}

#head .navi2{
	position: absolute;
	top: 850px;
	left: 88px;
	width: 154px;
	height: 162px;
}

#head .navi3{
	position: absolute;
	top: 910px;
	left: 241px;
	width: 154px;
	height: 162px;
}

#head .navi4{
	position: absolute;
	top: 921px;
	left: 398px;
	width: 154px;
	height: 161px;
}

#head .navi5{
	position: absolute;
	top: 910px;
	right: 241px;
	width: 154px;
	height: 162px;
}

#head .navi6{
	position: absolute;
	top: 850px;
	right: 88px;
	width: 154px;
	height: 162px;
}

#head .navi7{
	position: absolute;
	top: 711px;
	right: 0px;
	width: 154px;
	height: 161px;
}

#head .info{
	position: absolute;
	top: 1049px;
	right: 0px;
	width: 468px;
	height: 403px;
}

#head .info2{
	position: absolute;
	top: 1390px;
	right: 261px;
	width: 166px;
	height: 41px;
}

#head .info a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#head .topics{
	position: absolute;
	top: 1049px;
	left: 0px;
	width: 468px;
	height: 403px;
	background: url(../images/top_topic_bg.png) top left no-repeat;
}

#head .topics .topics_inner{
	width:388px;
	height:270px;
	overflow: auto;
	margin:80px 0 0 40px;
}

#head .topics .topics_box{
	margin-top:10px;
	border-bottom:1px dotted #CCCC00;
	background:url(../images/topics_icon.jpg) top left no-repeat;
}

#head .topics .topics_box p.day{
	font-size:12px;
	color:#666;
	float:left;
	padding: 2px 0 0 25px;
	width:80px;
}

#head .topics .topics_box p.link{
	font-size:12px;
	float:right;
	width:280px;
	padding:2px 0 5px 0;
}




#pagetop{
	padding:3px 0 0 0;
	font-size:10px;
	text-align:right;
}

#pagetop a{
	color: #F69;
}



/* footer--------------------------------------------------------- */

#footer{
	background:url(../images/foot_bg.jpg) top left repeat;
	margin:50px auto 0 auto;
}

#footer .foot_line{
	background:url(../images/foot_line.jpg) top left repeat-x;
}

#footer #banner{
	width:950px;
	margin:0 auto;
	padding:40px 0 10px 0;
	text-align:center;
}

#footer #banner img{
	margin:0 5px;
	display:inline;
}

#footer #banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFF;
}

#footer .credit{
	text-align:center;
	padding:20px 0 20px 0;
}

.txt_pink{
	font-weight: bold;
	color: #FF33CC;
	
}
