@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../profile/profile.css";
@import "../manifesto/manifesto.css";
@import "../activity/activity.css";
@import "../support/support.css";
@import "../contact/contact.css";
@import "../privacy/privacy.css";

/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
    background: url("./image/bg.jpg") repeat-x;
    background-color: #4C98DB;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 5px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    text-align: left;
    background: url("./image/wrapper.jpg") repeat-y;
}

table {
	border-collapse: collapse;
}

table th,td {
  font-size: 12px;
}

img {
	border: 0px;
}

/* リンク */
a:link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:active {
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	border: 0px;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;
}


/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	height: 101px;
	text-align: left;
	background: url("./image/header.jpg") no-repeat;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
}

/* ヘッダーテキスト */

#header_text {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px 0px 0px 25px;
}


/*
==================================================================
WRAPPER
==================================================================
*/

#wrapper_bg {
	width: 750px;
    background: url("./image/wrapper_bg.jpg") no-repeat;
}

#wrapper_header {
	width: 750px;
	height: 30px;
	background: url("./image/wrapper_header.jpg") no-repeat;
}

#wrapper_header_table {
	width: 254px;
	margin: 0px 0px 0px 496px;
}

#wrapper_header_td1 {
	width: 23px;
	font-size: 0px;
	padding: 5px 0px 0px 0px;
}

#wrapper_header_td2 {
	width: 81px;
	font-size: 12px;
	line-height: 25px;
	padding: 5px 0px 0px 0px;
}

#wrapper_header_td3 {
	width: 18px;
	font-size: 0px;
	padding: 5px 0px 0px 0px;
}

#wrapper_header_td4 {
	width: 132px;
	font-size: 12px;
	line-height: 25px;
	padding: 5px 0px 0px 0px;
}

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

#wrapper_header_table a:active {
	color: #FF9900;
	text-decoration: underline;
}

#wrapper_header_table a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#wrapper_header_table a:hover {
	color: #FF9900;
	text-decoration: none;
}


/*
==================================================================
TOP_MENU
==================================================================
*/

#top_menu_box {
	width: 431px;
	margin: 0px 5px 0px 314px;
	padding: 34px 0px 0px 0px;
}

#top_menu {
	float: left;
	font-size: 0px;
}

/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 700px;
	margin: 0px 25px 0px 25px;
}

/* ページタイトルバー */

#page_title_bar {
	width: 700px;
	height: 33px;
	background: url("./image/page_title_bar.gif") no-repeat;
	margin: 20px 0px 0px 0px;
}

#page_title_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	color: #FFFFFF;
	margin: 0px 0px 0px 35px;
}


/*
==================================================================
BOTTOM_MENU
==================================================================
*/

#bottom_menu_box {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
}


/*
==================================================================
FOOTER
==================================================================
*/

#footer {
	width: 750px;
	height: 98px;
	background: url("./image/footer.jpg") no-repeat;
	margin: 30px 0px 0px 0px;
}

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

#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ページトップへ */

#page_top_table {
	width: 111px;
	margin: 0px 0px 0px 639px;
}

#page_top_td1 {
	width: 16px;
	font-size: 0px;
}

#page_top_td2 {
	width: 95px;
	font-size: 10px;
	line-height: 19px;
}

/* 会社概要 */

#footer_address {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #CCCCCC;
	margin: 15px 0px 0px 0px;
}

/* コピーライト */

#copyright {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #999999;
}



