/* 外部スタイルシートの読み込み */
@import "../index/index.css";
@import "../topics/topics.css";
@import "../privacy/privacy.css";
@import "../company/company.css";
@import "../article/article.css";
@import "../contact/contact.css";
@import "../article_list/article_list.css";

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	background: url("./image/background.gif") repeat;
	text-align: center;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
	text-align: center;
	background: url("./image/wrapper.gif") repeat-y;
}


table th,td {
  font-size: 10pt;
}


img {
	border: 0px;
}


/* リンク */
a:link {
	border: 0px;
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	border: 0px;
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	border: 0px;
}
a:hover {
	border: 0px;
}


a:link.link_hover {
	text-decoration: none;
	color: #333;
}
a:visited.link_hover {
	text-decoration: none;
	color: #333;
}

a:active.link_hover {
	text-decoration: none;
	color: #993366;
}

a:hover.link_hover {
	text-decoration:underline;
	color: #993366;
}


/*  */
a:link.link_hover2 {
	text-decoration: none;
	color: #993366;
}
a:visited.link_hover2 {
	text-decoration: none;
	color: #993366;
}

a:active.link_hover2 {
	text-decoration: none;
	color: #993366;
}

a:hover.link_hover2 {
	text-decoration:underline;
	color: #993366;
}

h1{
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}


/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	height: 105px;
	vertical-align: top;
	background: url("./image/header.jpg") no-repeat;
}


/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/
/* top_menu (上部に表示されているメニュー)*/
.top_wide_menu {
	width: 750px;
	height: 40px;
	text-align: center;
	padding: 0px 0px 0px 15px;
	background: url("./image/top_menu_bg.jpg") no-repeat;
}

.top_menu_box {
	float:left;
}

.menu_box{
	width: 185px;
	text-align: center;
	float: left;
}

a:link.link_visit {
	text-decoration: underline;
	color: #0000FF;
}
a:visited.link_visit {
	text-decoration: underline;
	color: #0000FF;
}

/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 750px;
	text-align: left;
	background-color: #FFF;
}

.contents_area {
	width: 720px;
	margin: 0px 15px 0px 15px;
}

.content_top_img{
	width: 720px;
	height: 75px;
}

.contents_title{
	width: 550px;
	height: 35px;
	text-align: left;
	color: #666666;
	line-height: 25px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	background: url("./image/contents_title.gif") no-repeat;
}

.contents_title_text{
	font-weight: bold;
	color:#336600;
	padding: 0px 0px 0px 0px;
	float:left;
}


.page_title{
	padding: 35px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
}

.page_subtitle{
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
}


/*
==================================================================
FOOTER
==================================================================
*/
.footer_area {
	background-color: #FFF;
	margin: 0px 0px 15px 0px;
}

#footer {
	clear: both;
	width: 750px;
	height: 20px;
	color: #FFF;
	background: url("./image/footer.gif") no-repeat;
}

.footer_box{
	width:750px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.footer_line {
	width: 750px;
	height: 1px;
	background: url("./image/line.gif") no-repeat;
}


/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}

.copyright {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 19px;
	text-align: center;
}

.page_top_jump {
	width: 225px;
	text-align: right;
	line-height: 13px;
	float: left;
}

a.page_top_jump_lnk {
	font-size: 10px;
	color: #0033CC;
}

