@charset "utf-8";
/*
	Copyright2009 INNOV INTERACTIVE Co.,Ltd. All rights reserved.

		Style List
		1. Contents Layout
		2. font style
		3. google+1 style
		?. Print Style
*/

/* =1. Contents Layout */
/* ---------------------------------------------------------------- */
#contentsWrapper {
 width:950px;
 margin:0 auto;
 padding:30px 0 65px;
 overflow:hidden;
 zoom:1;
}

#mainVisual {
 clear:both;
 margin:0 0 30px;
}

#leftContents{
 float:left;
 width:665px;
}
#rightContents{
 float:right;
 width:249px;
}
#rightContents ul li {
 margin:0 0 5px;
}
#rightContents dl dt {
 font-weight:bold;
 border-bottom:1px solid #c7c7c7;
 padding:10px 0;
}
#rightContents dl dd {

}
#rightContents dl dd ul li {
 border-bottom:1px solid #efefef;
 margin:0;
}
#rightContents dl dd ul li:last-child,
#rightContents dl dd ul li.lastChild {
 border-bottom:1px solid #c7c7c7;
}
#rightContents dl dd ul li a {
 display:block;
 background:#fff url(/common/images/arrow2.gif) 2px center no-repeat;
 padding:7px 0 7px 15px;
}
#rightContents dl dd ul li a:hover,
#rightContents dl dd ul li a.on {
 color:#c2181f;
 background:#f5f2ed url(/common/images/arrow2.gif) 2px center no-repeat;
 text-decoration:none;
}

#privacyList p {
 margin:0 0 20px;
}
#privacyList dl {
 margin:0 0 20px;
}
#privacyList dl dt {
 font-weight:bold;
}
#privacyList dl dd {
 margin:0 0 10px 1.4em;
}


/* =2. font style */
/* ---------------------------------------------------------------- */
h1 {
 font-family:Helvetica, sans-serif;
 color:#c2181f;
 font-size:340%;
 margin:0 0 20px;
}
h1 span {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size:25%;
 letter-spacing:0;
 margin:0 0 0 20px;
}
h2 {
 font-family:Helvetica, sans-serif;
 color:#c2181f;
 border-bottom:1px solid #d11035;
 font-size:135%;
 font-weight:bold;
 position:relative;
 margin:0 0 30px;
 background:url(/common/images/icon_pieces.gif) 0 5px no-repeat;
 padding:0 0 5px 17px;
}
h2 span {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =3. google+1 Style */
/* ---------------------------------------------------------------- */
.g-plusone_box{
	float:right;
}

/* =?. Print Style */
/* ---------------------------------------------------------------- */
@media print {}

