@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 80%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #6BA8E1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-------------------*/
#container {
	width: 800px;
	margin: 0px auto;
}
#header {
	width: 740px;
	height: 260px;
	padding: 30px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav {
	width: 500px;
	padding: 0px;
	position: absolute;
	left: 270px;
	top: 30px;
	right: 30px;
	height: 25px;
	line-height: 0px;
	background-color: #FFFFFF;
}
#main {
	width: 420px;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#sidebar {
	width: 260px;
	float: right;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear:right;
}
#footer {
	padding: 30px;
	clear: both;
}

/* header styles
-------------------*/
#nav li {
	display: inline;
	list-style-type: none;
}

/* sidebar styles
-------------------*/
#sidebar h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#sidebar a {
	font-weight: bold;
	color: #0084b4;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul {
	text-indent: 1em;
	background-color: #bee1e5;
}
#sidebar li {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#twitter_div {
	color: #333333;
	background-color: #FFFFFF;
	text-indent: 1px;
}
#twitter_div #twitter_update_list {
	font-size: 90%;
}

/* main styles
-------------------*/
#main h2 {
	font-size: 150%;
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f781bf;
	color: #999999;
}
#main p {
	line-height: 2em;
	text-indent: 1em;
}

/* footer styles
-------------------*/
address {
	text-align: center;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	list-style-type: none;
}
