@charset "shift_jis";



/*

Site Name: あんずホームページ
File Name: global.css
Description: 全体の設定用css

*/ 


/*-----------------------------------------------------

全体

-------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}


html{ 
	height:100%; 
	overflow: auto;	/* Opera 9.51対策*/
	}


body {
	background: #FF99CC;
	height:100%;
	overflow: auto;	/* Opera 9.51対策*/
	}


div#clear{
	
	height: 1px;
	width:1px;
	margin:15px auto;
	clear: both ;

	}


div#go_top {

	margin: 5px 10px 20px;
	float: right;

	}


.c_red{color:#dc143c; font-weight:bold;}
.c_pink{color:#FF3399; font-weight:bold;}
.f_bold{font-weight:bold;}

.indent_1{text-indent:1em;}
.indent_2{text-indent:2em;}
.indent_3{text-indent:3em;}
.indent_11{text-indent:11em;}

.center{text-align:center;}

/*

リンク

-------------------------------------------------------*/

a:link {text-decoration:underline; color:#0066FF}
a:visited {text-decoration:underline; color:#0066FF}
a:active {text-decoration:underline; color:#0066FF}
a:hover {text-decoration:none; color:#0033FF}

/*
a:hover img {

	filter: alpha(Opacity=70);
	opacity: 0.7;

}
*/


/*-----------------------------------------------------

メイン

-------------------------------------------------------*/

div#main{
	width: 100%;
	text-align: center;
	position: relative;
        min-height: 100%;
        height: 100%;
	} 
	


body > #main {
        height: auto;
	}

		



/*-----------------------------------------------------

ヘッダー

-------------------------------------------------------*/

div#header {
	width: 100%;
	height:185px;
	margin:0 auto;
	background: #fff;
	text-align: center;
	}
	
ul.headbtn{
	width:100%;
	margin:0 auto;
	list-style:none;
	text-align: center;
	display: block;
	clear: both;
	}

ul.headbtn li{
    	list-style:none;
    	padding:0px;
    	margin-left:5px;
    	background-color:#FFFFFF;
    	float:left;
	}



/*-----------------------------------------------------

トップイメージ

-------------------------------------------------------*/

div#top_img {
	width: 474px;
	height:315px;
	margin:25px auto 10px;
	text-align: center;
	border:10px solid #fff;
	}

div#top_img { /margin:35px auto 10px;}




/*-----------------------------------------------------

コンテンツ

-------------------------------------------------------*/
div#contents {
	margin:0px auto;
	width: 600px;
	padding-bottom: 40px;
	text-align:left;
	height: auto;
	}

	


/* ClearFix */

div#contents:after {

	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

	}


div#contents h2 {
	height:60px;
	width:600px;
	margin-bottom:5px;

	}

div#contents h3 {
	height:34px;
	width: 220px;
	margin-bottom: 5px;
	/float: left;

	}

div#contents h4 {
	width: 220px;
	font-size:1em;

	}


/* live.html*/

.live_title{
	display:block;
	margin:20px 0px;}


.live_box{
	width:600px;
	height:420px;
	background-color: #FFf;
	overflow:scroll; 
	font-size:12px;
	line-height:1.5em;
	overflow-x:hidden;
	}

.live_wrap{
	width:500px;
	padding:20px 20px;
	}

.live_wrap ul{
	margin:10px 0px;
	}

hr.live_hr {
	color:#FFBADD;
	width:500px;
	size:1px;
	}

/* lp(livephoto).html*/

div#lp_contents {
	background-color:#ffffff;
	overflow:hidden;
	}

div#lp_box {
	margin:0px auto;
	padding:80px 0px 150px 0;
	width:600px;
	overflow:hidden;
	}

.lp_left{
	width:150px;
	float:left;
	}

.lp_right{
	width:440px;
	float:left;
	}
.lp_topbtn{
	width:400px;
	height:40px;
	}
	
.lp_back{
	display:block;
	float:left;
	width:133px;
	text-align:left;
	}

.lp_count{
	display:block;
	float:left;
	width:133px;
	text-align:center;
	}

.lp_next{
	display:block;
	float:left;
	width:133px;
	text-align:right;
	}

.lp_phot{
	width:410px;
	clear: both;
	border:1px solid #999;
	}

.lp_phot img{
	width:400px;
	margin:5px;	
	}

.lp_text{
	width:410px;
	background:#ddd;
	margin:15px 0;
	text-align:left;
	}

.lp_text span{
	display:block;
	margin:0 10px;
	padding:15px 0;
	}

/* lp(livephoto).html*/
.link_left{width:150px; float:left; margin:0 0 20px 50px ;}
.link_right{width:340px; float:left; margin: 0 0 20px 25px;}

/*

ライブ情報

---------------------------------------------------*/

div#live {
	width: 360px;
	height:170px;
	float: left;
	font-size:12px;
	}

div#live ul {
	width: 360px;
	height:130px;
	float: left;
	overflow:auto;
	}

b{
	margin: 0;
	border: 0;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	width: auto;
	float: left;
	background-image: url(images/new2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	}

em {
	margin: 0;
	border: 0;
	color:#333333;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	width: 100px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	}
	

/*

その他の情報

---------------------------------------------------*/

div#other {
	width: 220px;
	float: right;
	margin-bottom: 10px;
	font-size:90%;
	line-height:1.3em;
	}





/*-----------------------------------------------------

フッター

-------------------------------------------------------*/


div#footer{
	width: 100%;
	background: #fff;
	height: 40px;
	text-align: center;
	position: absolute;
    	bottom: 0;
	left:0;
	}


/*
div#footer div#footernavi {
	text-align: center;
	width:600px;
	padding: 5px 0;
	margin: 0 auto; 
	}

ul.footbtn{
	list-style:none;
	padding-top:10px;
	margin-top:0px;
	text-align: center;
	}

ul.footbtn li{
    	list-style:none;
    	padding:0px;
    	margin-left:5px;
    	background-color:#FFFFFF;
    	float:left;
	}
	
*/

	
div#footer div#copyright {
	font-size: 10px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/webcounter.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 98%;
	margin:0 auto;
	clear:both;
	padding-top: 10px;
	}



div#footer a:link,
div#footer a:visited  {
	color: #0099FF;
	text-decoration: underline;

	}

div#footer a:hover {
	color: #0033FF;
	text-decoration: none;

	}

