a:link {
color:#e95475;
text-decoration:underline
}

a:visited {
color:#e95475;
}

a:hover {
color:#540a0e;
text-decoration:none
}

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;
padding:0}
address,em,strong,th {font-style:normal;font-weight:400}
table {border-collapse:collapse;border-spacing:0}
th {text-align:left}
hr,legend {display:none}
h1,h2,h3,h4,h5,h6 {font-size:100%}
img,fieldset {border:0;margin:0}
li {list-style-type:none}

/* contents*/
body {
	font-size: 9pt;
	color: #540a0e;
	font-family: sans-serif; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,"メイリオ",Meiryo,"MS Pゴシック", Verdana, arial, sans-serif;
	line-height:150%;
	background-image:url(../img/bg.png);
	background-repeat: repeat; 
	background-position: 50% 50%;
}

#contents {
	background-color:#fff;
	width:830px;
	margin:0 auto;
	position:relative
	border:dashed 1px #000;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}


#header {
	background:#fff;
	background-image:url(../img/bg_dot.jpg);
	position:relative;
	z-index:10;
	width:830px;
	height:132px;
}

.header_inner {
	position:relative;
	text-align:left;
	margin:0 auto;
	padding: 10px 10px;
}
.header_inner .clockup{
	position:absolute;
	top:20px;
	right:30px;
}

.header_inner .twitter{
	position: absolute;
	top: 20px;
	right: 90px;
}

.header_inner .blog{
	position: absolute;
	top:20px;
	right: 120px;
}

.header_inner .cmp{
	position: absolute;
	top:20px;
	right: 300px;
}


#menu{
	margin: 0 auto;
	text-align: left;
	position: absolute;
	left:270px;
	width:560px;
	height:64px;
	bottom:0px;
}

#menu img {
/*	margin-top: 9px;*/
	padding: 0px 5px;
}


#footer {
	background-image:url(../img/footer_bg.png);
	width:830px;
	height:42px;
	text-align:center;
	clear:both;
}

#footer img {
	padding-top: 23px;
}
