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

a:visited {
color:#46c8fa;
}

a:hover {
color:#46c8fa;
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: #666;
	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; 
}

#contents {
	position:relative
	background-color:#fff;
	width:930px;
	margin:0 auto;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	background-color: rgba(255,255,255,0.3)
}


#header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 90px;
	left: 0px;
	top: 0px;
	margin: 0;
	background-image:url(../img/head_bg.png);
}


#header_inner {
	position:relative;
	width: 920px;
	margin:0 auto;
	padding: 10px 5px;
}

#header_inner .clockup{
	position:absolute;
	top:10px;
	right:6px;
}

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

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

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

#menu{
	position: absolute;
	right: 0px;
	bottom: 5px;
}

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

#footer {
	position:relative;
	z-index: 100;
	width: 100%;
	height:35px;
	left: 0px;
	bottom: 0px;
	clear:both;
	background-color:#46c8fa;
	text-align: center;
}

#footer img {
	padding: 13px 0px;
}
