@charset "utf-8";
/* CSS Document */


/*=================

	全体：共通

===================*/
div, span, h1, h2, h3, h4, h5, h6, p, table, td, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	/*font-weight: normal;*/
}

body {
	width: 100%;
	margin: 0 auto; /* box center(Firefox) */
	padding: 0;
	text-align: center; /* box center(IE) */
	background-color: #FFFFFF;
	color: #333;
	font-family: Arial, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace,	san-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #F66;
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	/*position: relative; top:0; left:0;
	z-index: 1;*/
	width: 800px;
	margin: 0 auto 30px;
}

/*==============================================
	【background表示方法↓↓↓】
==============================================*/
#container_b {
	width: 800px;
	margin: 0;
	background: url(../images/bg.jpg) repeat-y;
    overflow: hidden;
}

#container_b:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container_b {
    height: 1em;
    overflow: visible;
}
/**/
/*==============================================
	【background表示方法↑↑↑】
==============================================*/

.footer_line {
	width: 800px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_bar_bottom.jpg) no-repeat;
}

.clear {
	clear: both;
}

/*----- text -----*/
.text_aqua {
	color: #5F8CFC;
}
.text_blue {
	color: #3333FF;
}
.text_red {
	color: #F00;
}
.text_red_left {
	padding: 5px;
	color: #F00;
	text-align: left;
}
.text_purple {
	color: #40018B;
}
.text_9 {
	font-size: 9px;
}
.text_10 {
	font-size: 10px;
}
.text_11 {
	font-size: 11px;
	font-weight: normal;
}
.text_12 {
	font-size: 12px;
	font-weight: normal;
}
.text_14 {
	font-size: 14px;
	font-weight: bold;
}
.text_18 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}


/*=====================

	header
	
======================*/
#header {
	width: 800px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) repeat-y;
}

#header .line {
	width: 790px;
	height: 10px;
	margin: 0 6px 0 4px;
	background: #376FFB;
}

#header h1 {
	margin:10px 0 0 10px;
	float: left;
}

#header #h_right {
	margin: 10px 20px;
	float: right;
	text-align: right;
}

#header #h_right table, td {
	border: none;
	text-align: right;
	font-size: 14px;
	color: #666;
	vertical-align: bottom;
}

#header .link {
	margin-right: 20px;
	text-align: right;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#header li {
	padding-left: 25px;
	display: inline;
	font-size: 9px;
}

/*---------------------
	header：イラスト
---------------------*/
.header_img {
	width: 790px;
	margin: 0 6px 0 4px;
}


/*==============================

	contents：共通

==============================*/
#contents {
	width: 790px;
	margin: 0 6px 0 4px;
	vertical-align: top;
}

#contents p {
	margin-bottom: 15px;
}

/*--------------------
	menu
----------------------*/
#menu {
	width: 180px;
	margin-right: 10px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 0;
}

#menu li.spacer {
	margin-top: 2px;
}

#menu li img {
	vertical-align: top;
}

#menu .bnr {
	margin: 15px 0 0;
	padding: 0;
}


/*==============================

	contents：トップページ

==============================*/
/*---------------------
	pan navi
---------------------*/
#navi {
	width: 790px;
	height: 44px;
	margin: 0 auto;
	background: url(../images/navi_bar.jpg) no-repeat;
	text-align: left;
}

#navi ul {
	margin: 0;
	padding: 15px 0 10px 20px;
}

#navi li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	background: url(../images/navi_icon.gif) no-repeat center right;
	font-size: 11px;
}

/*--------------------
	main
----------------------*/
#main {
	width: 570px;
	margin: 0 0 0 10px;
	float: left;
}

#main h2 {
	width: 570px;
	height: 35px;
	background: url(../images/top_title_bar.gif) no-repeat;
	margin: 0;
	padding: 3px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6em;
	text-align: left;
}

#main .summary {
	margin: 15px 0;
	padding: 0 3px;
}

#main h3 {
	display: block;
	margin: 20px 10px;
	float: left;
}

#main p {
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
}



/*=====================

	footer

=======================*/

#footer {
	width: 790px;
	margin: 30px 6px 0 4px;
	padding: 0;
}

#footer .line {
	width: 790px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_bar.jpg) no-repeat;
}

#footer #f_left {
	margin: 15px 0;
	padding-left: 20px;
	float: left;
	text-align: left;
}

#footer #f_left img {
	margin-right: 5px;
	vertical-align: bottom;
}

#footer #f_right {
	margin: 15px 0;
	padding-right: 10px;
	float: right;
	text-align: right;
}

#footer #f_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer #f_right li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer #f_right p {
	margin-top: 30px;
}

#twitter{
	margin-top:20px;
}


