/* CSS Document */

@charset "utf-8";


/* formatting style ------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}

/* basic layout ------------------------------*/
body {
	background-color: #FFFFFF;
 }
 
body #osusume{
background-color: #ffffff;
	text-align: center;
	font-size: 90%;
	line-height: 1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

#wrapper {
	background-color: #ffffff;
	text-align: left;
	width: 803px;
	margin-right: auto;
	margin-left: auto;
}

#osusume #header {
	display: none;
}

#osusume #tennai {
	position: relative;
	background-color: #ffffff;
}

#osusume #sidebar {
	display: none;
}

#osusume #mainarea {
background-color: #ffffff;
	float: right;
	width: 600px;
	position: absolute;
	left: 20px;
	top: 10px;
}


/* しながきメニューのスタイル 
-------------------------------------------------------------------------------*/

#mainarea  .mn  {
	float: left;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#mainarea  .mn  h5  {
	font-size: 100%;
	margin-top: 3px;
	font-weight: normal;
	color: #000000;
}

#mainarea .mn .h5_2 {
	font-size: 70%;
}


#mainarea  .mn  .kingaku  {
	text-align: right;
	display: block;
	width: 185px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.2;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

#mainarea .comment {
	font-size: 85%;
	clear: left;
	padding-top: 5px;
	font-weight: normal;
}

#mainarea .mn .comment2 {
	font-size: 70%;
}

#mainarea .mn .ichiosicatch {
	font-size: 95%;
	color: #Fcc700;
}

/**/

#osusume #mainarea #print {
	display: none;
}

#osusume #mainarea .totop {
	display: none;
}

#osusume #mainarea #toiawasebanner {
	display: none;
}

#osusume #footer {
	display: none;
}

