@charset "shift_jis";

/*----------------------------------
 formatting style
----------------------------------*/

/*----------------------------------
 1.Reset
----------------------------------*/

body,div,p,form,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address
{
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	margin: 0px;
}

img {
	border:0;
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}


ul {
	list-style: none;
	font-size: 12px;
}

/*----------------------------------
 2.Fonts 
----------------------------------*/

body {
	font-size: 12px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}

hr {

}

p {
	font-size: 12px;
}

a img {
	border-style: none;
}

/* --- link --- */

a:link {
	color: #00F;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
}
/*----------------------------------
 clearfloat
----------------------------------*/
.clearFloat {
	clear: both;
}

/*----------------------------------
 sidebar & main div
----------------------------------*/

#leftMain {
	float: left;
	width: 778px;
}

a img {
	border-style: none;
}
#rightMain {
	float: right;
	width: 778px;
}


/*----------------------------------
 RightSidebar styles
----------------------------------*/

#RightSidebar {
	float: right;
	width: 167px;
	background-color: #FFF;
	height: auto;
	vertical-align: top;
}

.rightSideBanner  {
	padding-top: 5px;
	text-align: center;
}
.rightSideBanner2 {
	text-align: center;
	padding-top: 10px;
}


.rightSideContents {
}
.rightSideContents ul {
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: normal;
}
.rightSideContents ul li {
	font-size: 12px;
	line-height: 1.3em;
	background-image: url(../baseimg/sideimg/dot5px.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 5px;
	font-weight: normal;
}

.rightSideContents a:link {
	color: #0F738B;
	text-decoration: none;
	font-weight: normal;
}
.rightSideContents a:visited {
	color: #0F738B;
	text-decoration: none;
	font-weight: normal;
}
.rightSideContents a:hover {
	color: #0CF;
	text-decoration: underline;
}

.rightSideContents a:active {

}

.styleTop {
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
}
.styleTop2 {
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	background-color: #FFF;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}

