/* 全ページ共通 */

* {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "メイリオ", "Meiryo", "Helvetica", "Arial", "Lucida Grande", sans-serif;
}

body {
	background-color: rgb(238, 234, 234);
	font-size: 12px;
	line-height: 22px;
	color: rgb(0, 0, 0);
	font-weight: normal;
	text-decoration: none;
}

img {
	border: none;
}

a {
	color: rgb(255, 0, 84);
	border: none;
	text-decoration: underline;
}

a:hover {
	color: rgb(255, 80, 140);
}

ul {
	list-style-type: none;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



div#container {
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	width: 800px;
	background-color: rgb(100%, 100%, 100%);
}

div#header {
	
}

div#sidebar {
	width: 156px;
	float: left;
}

div#menu {
	text-align: center;
}

div#menu h2 {
	margin: 30px 0 16px;
}

div.menudecorationtop {
	height: 11px;
	background: url("../images/menudecoration1.jpg") no-repeat center;
	margin-bottom: 20px;
}

div.menudecorationbottom {
	height: 11px;
	background: url("../images/menudecoration2.jpg") no-repeat center;
}

div#menu li {
	margin-bottom: 20px;
}

div#menu li a {
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding: 10px;
}

div#menu li a:hover {
	color: rgb(255, 0, 84);
}

div#mobile {
	width: 118px;
	margin: 50px auto 0;
	text-align: center;
}

div#mobile h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: rgb(50, 50, 50);
	margin: 0;
}

div#mobile p {
	line-height: 16px;
	margin: 0;
}

div#mobile a {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

div#mobile a:hover {
	color: rgb(255, 0, 84);
}


div.mobiledecorationtop {
	height: 9px;
	background: url("../images/mobiledecoration1.jpg") no-repeat center;
	margin-bottom: 5px;
}

div.mobiledecorationbottom {
	height: 9px;
	background: url("../images/mobiledecoration2.jpg") no-repeat center;
	margin-top: 5px;
}

div#contents {
	width: 604px;
	padding: 20px;
	float: left;
}

div#footer {
	color: rgb(102, 102, 102);
	text-align: center;
	font-size: 10px;
	clear: both;
	width: 800px;
	padding-top: 10px;
}

.red {
	color: rgb(255, 0, 84);
}

.pink {
	color: rgb(255, 0, 171);
}

.gray {
	color: rgb(60, 40, 50);
}

