@charset "utf-8";
/* CSS Document */

/* 三倉茉奈 三倉佳奈（マナカナ）オフィシャルWebサイト共通CSS
--------------------------------------------------------------------------
11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	17px = 131%		18px = 138.5%
19px = 146.5%	20px = 153.9%	21px = 161.6%	22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
--------------------------------------------------------------------------




/* ----------------------------------------------------------------------
初期設定
------------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	color: #333333;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:93%;
	line-height: 1.5em;
	background-color: #F9F8EE;
}



h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* 
.clear {
	clear: both;
}
*/
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/* DWプレビュー用 */
.clearfix{ 
overflow:hidden;
}

/* IE6 */
* html .clearfix  { 
zoom: 1;
 }

/* IE7 */
*:first-child+html .clearfix {
 zoom: 1;
 }
 

hr {
	display: none;
}

/*
.img-brock {
	display: block;
	margin: 0px;
	padding: 0px;
}
*/
img{
	border:none;
	vertical-align: top;
}



a:link{
	color: #249AAE;
	text-decoration: underline;

}

a:visited{
	color: #249AAE;

}

a:hover{
	color: #CC6464;
	text-decoration: underline;


}

/* リンク強調用(ブルー) */
.text-linkColor{
	color: #333333;
	text-decoration: none;

}
.text-linkColor:hover{
	color: #CC6464;
	text-decoration: underline;

}
/*
a:hover img{
	opacity: 0.65;
	filter: alpha(opacity=65);
}
*/


/* ----------------------------------------------------------------------
ヘッダ
------------------------------------------------------------------------- */

h1{
	color: #666;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:80%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 0px;
	font-weight: normal;
}




/* ----------------------------------------------------------------------
グローバルナビ
------------------------------------------------------------------------- */

#gnavi ul{
	margin-top: 10px;
}

#gnavi li{
	float: left;
	/*width: 120px;*/
	height: 87px;
}





/* ----------------------------------------------------------------------
メインイメージ
------------------------------------------------------------------------- */

/* 全体のBox */
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	}

#content{
	margin-bottom: 10px;
}

#main{
	margin-bottom: 30px;
}

/* ----------------------------------------------------------------------
topに戻るボタン
------------------------------------------------------------------------- */
.pagetop {
	text-align: right;
}





/* ----------------------------------------------------------------------
フッタ
------------------------------------------------------------------------- */
#foot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	padding-top: 10px;
}


#foot-list{
	float: left;
	width: 500px;
}
#foot-list li {
	float: left;
	background-image: url(../img/icon-yajirushi_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-right: 20px;
}



/* コピーライト */
#copy {
	text-align: right;
	font-size: 85%;
	float: right;
	width: 400px;
}
