@charset "UTF-8";

/*---------------------------------------------------------------------------------------
	共通部
-----------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size          : 75%;
	line-height        : 2;
	color              : #333333;
	background-color   : #eeeeee;
	margin             : 0px;
	padding            : 0px;
	text-align         : center;
	background-image   : url(images/bg.gif);
	background-repeat  : repeat-x;
	background-position: top;
}

body#top {
	background-image   : url(images/bgtop.gif);
	background-repeat  : repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin : 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
	font-size      : 100%;
	border-spacing : 0;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color          : #0375a2;
}

/*-------------------*/
/*--- container部 ---*/
/*-------------------*/
#container {
	width       : 1000px;
	text-align  : left;
	margin-right: auto;
	margin-left : auto;
	padding-top : 10px;
}

/*------------------*/
/*--- ヘッダー部 ---*/
/*------------------*/
#header h1 {
	font-size  : 12px;
	line-height: 1em;
	font-weight: normal;
	color      : #FFFFFF;
}

#header img {
	padding-left: 500px;
}

.MarqueeClass{
	position     : relative;
	width        : 999px;
	top          : 0px;
	left         : 0px;
	color        : orange;
	color        : white;
	border-width : 1px;
	border-style : solid;
	border-color : black;
}

/*----------------------*/
/*--- ボタン部メニュ ---*/
/*----------------------*/
ul#menu {
	padding-left: 30px;
	padding-left: 120px;
	padding-top : 10px;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}

/*---------------------------*/
/*--- コンテンツ ブロック ---*/
/*---------------------------*/
#contents {
	clear: left;
	width: 996px;
	background-color: #FFFFFF;
	border: 2px solid #6c6c6c;
	background-image: url(images/contents_bg.gif);
	background-repeat: repeat-y;
}

/*---------------------*/
/*--- main ブロック ---*/
/*---------------------*/
#main {
	float: right;
	width: 730px;
	display: inline;
	margin-right: 10px;
	padding-top : 30px;
}

#main h2 {
	font-size: 100%;
	color: #FFFFFF;
	background-image   : url(images/bar_long.gif);
/*	background-color   : #009AD7; */
	background-position: left;
	background-repeat  : no-repeat;
	padding-left       : 10px;
	line-height        : 30px;
/*	border             : 1px solid #025373; */
}

#main p {
	padding: 0.5em 10px 1em;
}

/*--------------------*/
/*--- sub ブロック ---*/
/*--------------------*/
#sub {
	display       : inline;
	float         : left;
	width         : 230px;
	margin-left   : 10px;
	padding-top   : 10px;
	padding-bottom: 10px;
}

#sub h3 {
/*	border             : 1px solid #025373;	*/
	line-height        : 30px;
	background-image   : url(images/bar_short.gif);
	background-repeat  : no-repeat;
	background-position: left;
	background-color   : #009AD7;
	font-size          : 100%;
	color              : #FFFFFF;
	padding-left       : 10px;
}

#sub p {
	padding: 0.5em 5px 1em;
}


/*-----------------------*/
/*--- sub boxブロック ---*/
/*-----------------------*/
#sub .subbox {
	background-color: #efefe9;
	background-color: #272E39;
	background-color: #000066;
	border          : 10px solid #dfdfd2;
	border          :  2px solid #272E39;
	padding         : 10px;
	margin-bottom   : 10px;
}


#sub .subbox p {
	background-color: #FFFFFF;
	padding         : 0.5em 5px 1em;
}

/*--------------------------------*/
/*--- sub box sub menuブロック ---*/
/*--------------------------------*/
#sub .subbox .submenu li {
	margin-bottom : 2px;
}

#sub .subbox .submenu a {
	display         : block;
	width           : 196px;
	background-color: #FFFFFF;
	text-decoration : none;
	padding-left    : 10px;
	padding-top     : 5px;
	padding-bottom  : 5px;
}

#sub .subbox .submenu a:hover {
	background-color: #0375a2;
	background-color: #272939;
	color: #FFFFFF;
}


/*---------------------------*/
/*--- フッター部 メニュー ---*/
/*---------------------------*/
ul#footermenu {
	text-align         : center;
	clear              : both;
	width              : 100%;
	line-height        : 60px;
	background-image   : url(images/footermenu_bg.gif);
	background-repeat  : repeat-x;
	background-position: top;
	border-top         : 1px solid #6c6c6c;
}

ul#footermenu li {
	display     : inline;
	margin-right: 5px;
	margin-left : 5px;
}



/*---------------*/
/*---フッター ---*/
/*---------------*/
#footer {
	background-color: #272939;
	background-color: #000066;
	text-align      : center;
	color           : #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/*--------------------*/
/*--- What's new ? ---*/
/*--------------------*/
#main .new dl {
	height       : 150px;
	height       : 130px;
	overflow     : auto;
	padding-right: 10px;
	padding-left : 10px;
}

#main .new dt {
	font-weight: bold;
	float: left;
}

#main .new dd {
	border-bottom: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	padding-left: 8em;
}

/*-------------*/
/*--- table ---*/
/*-------------*/
.ta1 {
	width: 620px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;
}

.ta1 td, .ta1 th{
	padding: 10px 5px;
}

.ta1 th{
	background-color: #f5f5f5;
	width           : 150px;
	text-align      : center;
}

.ta1 th.tamidashi{
	width           : auto;
	text-align      : left;
	color           : #FFFFFF;
	background-color: #000000;
}


.tb2 td{
	background-color: #f5f5f5;
	width           : 50px;
	text-align      : center;
	font-size       : 95%;
	border-spacing  : 2;
}


/*--------------------*/
/*--- ボックス設定 ---*/
/*--------------------*/
.box1 {
	padding            : 5px;
	margin-bottom      : 1em;
	border             : 1px solid #333333;
	overflow           : hidden;
/*	background-image   : url(images/box1_bg.gif); */
	background-repeat  : repeat-x;
	background-position: bottom;
	width              : 708px;
}

/*配置する画像の設定*/
.box1 img {
	float: left;
	width: 150px;
}

/*h3見出しタグ設定*/
.box1 h3 {
	font-size       : 100%;
	margin-left     : 155px;
	background-color: #333333;
	background-color: #000066;
	padding-left    : 5px;
	border-left     : 4px solid #009ad7;
	color           : #FFFFFF;
	margin-bottom   : 0.5em;
}

.box1 h3 a {
	color: #FFFFFF;
}

/*段落タグ設定*/
.box1 p {
	line-height: 1.6;
	padding    : 0px !important;
	margin-left: 160px;

}


/*--------------*/
/*--- その他 ---*/
/*--------------*/
.color1 {
	color: #0375a2;
	color: #ff0000;
}

.look {
	background-color: #DFDFD2;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.pagetop {
	text-align: right;
	margin-top: 2em;
}

ul.disc {
	padding: 0.5em 10px 1em 25px;
	list-style: disc;
}

