@charset "UTF-8";
/* CSS Document */

/*--------------------------
　ブラウザの初期設定解除
---------------------------

/*◆全ての要素に対する初期値設定*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	_zoom: 1;
}


/*◆デフォルト文字設定 */
div,h1,h2,h3,span,p,th,td,dt,dd,li,
select,textarea,input,address{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	color: #262626;
	line-height: 1.35;
	_line-height: 1.2;
}

/*◆画像の枠線を非表示*/
img{
	border:0;
}

/*◆リストマーカーを非表示*/
ul,
ol{
	list-style-type: none;
}

/*◆表組設定*/
table {
	border-collapse: collapse;
}

/*◆デフォルトリンク色の設定*/
a:link{
	color:#0099FF;
	text-decoration:none;
}
a:visited{
	color:#0099FF;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
a:active{
	color:#FF6600;
	text-decoration:underline;
}

/*--------------------------
　共有レイアウト
---------------------------*/
body{
	background: #FFFFFF;
	padding:10px 10px;
	text-align: center;
}

.wrapper {
	width:760px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	color: #262626;
}

#header { 
	padding-top: 10px;
} 

#main {
	float: right;
	width: 610px;
	margin: 10px;
} 

#sidebar {
	float: left;
	width: 122px;
	display: block;
	margin: 0;
	padding: 10px 0;
}

#sidebar li{
	_zoom: 1;
	line-height: 0;
	background: url(../images/mmenu_01h.gif) top left no-repeat;
	background: url(../images/mmenu_02h.gif) top left no-repeat;
	background: url(../images/mmenu_03h.gif) top left no-repeat;
	background: url(../images/mmenu_04h.gif) top left no-repeat;
	background: url(../images/mmenu_05h.gif) top left no-repeat;
	background: url(../images/mmenu_06h.gif) top left no-repeat;
	background: url(../images/mmenu_07h.gif) top left no-repeat;
	background: url(../images/mmenu_08h.gif) top left no-repeat;
	background: url(../images/mmenu_09h.gif) top left no-repeat;
	background: url(../images/mmenu_10h.gif) top left no-repeat;
	background: url(../images/mmenu_11h.gif) top left no-repeat;
	background: url(../images/mmenu_12h.gif) top left no-repeat;
	background: url(../images/mmenu_13h.gif) top left no-repeat;
	background: url(../images/mmenu_14h.gif) top left no-repeat;
	background: url(../images/mmenu_15h.gif) top left no-repeat;
}

#footer {
	margin-top: 20px;
	padding: 5px 0 30px 0;
	background: #FFFFFF;
	text-align: center;
	border-top : #262626 1px dotted;
} 

#footer p {
	font-size: 10px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	letter-spacing: 2px; 
} 

/*--------------------------
　共有クラス
---------------------------*/
/*◆フロート強制解除*/
.cl{
	clear: both;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
}

.clr{
	clear: both;
  font-size: 40px;
  line-height: 40px;
	height: 40px;
}

/*◆フロート指定*/
.fl{
	float:left;
}

.fr{
	float:right;
}

/*◆メールリンク*/
a.mail:link, a.mail:visited{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}

a.mail:hover, a.mail:active{
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

/*◆注意書き*/
.note{
	color:#888888;
	font-size:0.85em;
}

/*◆色設定*/
.red {
	color: #DD431C;
}

.blue {
	color: #0066CC;
}
