@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body#top {
	background-image: url(img/bgtop2.png);
	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 {
	color: #339900;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/
#header {
	height: 72px;	/*ヘッダーの高さ*/	
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	font-weight: normal;		/*文字色*/
	position: absolute;
	left: 10px;		/*ヘッダーに対して左から10pxの位置に配置*/
	line-height: 20px;
}

#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対してサイト名ロゴを左から0pxの位置に配置*/
	top: 3px;	/*ヘッダーに対してサイト名ロゴを上から3pxの位置に配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 2px;
}

ul#menu li {
	line-height: 35px;
	height: 35px;
	float: left;
	border-left: 1px solid #fff;	/*メニュー間の境界線。左側に１本。*/
}

ul#menu li.last {
	border-right: 1px solid #fff;	/*最後のメニュー用の右側の１本線。*/
}

ul#menu li a {
	display: block;
	height: 35px;
	width: 198px;	/*メニュー１個あたりの幅*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;	/*文字サイズ*/
	color: #FFFFFF;
}

ul#menu a:hover {
	background-image: url(img/bgtop3.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FF6600;
}



/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*breadcrumb
---------------------------------------------------------------------------*/

#breadcrumb {
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding: 5px;				/*ボックス内の余白*/
}


/*メインコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 700px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 40px;
	display: inline;
	margin-left: 2px;
	padding-bottom: 50px;
}

#main h2 {
	font-size: 16px;
	border-bottom: 4px solid #ff9900;	/*h2タグの下線*/
	color: #339900;	/*h2タグの文字色*/
	margin-left:1em;
	margin-right:1em;
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin-left:1em;
	margin-right:1em;
}
 
/*サイドコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#side {
	width: 280px;	/*幅*/
	float: right;	/*右よせ*/
	padding-top: 40px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;
	color: #ff9900;	/*h3タグ（SIDE MENUとか入っている所）の文字色*/
	background-color: #ffffcc;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 5px;	/*下に少し余白*/
	border-bottom: 2px solid #ccc;	/*メニューの下の線*/
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー（SIDE MENU）*/
#side ul.sidemenu a {
	display: block;
	text-decoration: none;
	width: 253px;
	padding-left: 10px;
	border-top: 1px solid #c9c9c9;		/*メニューの上の線*/
	border-right: 1px solid #c9c9c9;	/*メニューの右側の線*/
	border-bottom: 1px solid #c9c9c9;	/*メニューの下の線*/
	border-left: 4px solid #66cc00;
}

#side ul.sidemenu li {
	margin-bottom: 5px;	/*メニュー同士の余白*/
}

#side ul.sidemenu a:hover {
	background-color: #f5f5f5;
}



/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 700px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}
#footer a {
	color: #fff;
}



/*トップページのWhat's New欄
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*高さ*/
	overflow: auto;		/*この設定でiframeっぽく見える*/
	margin-left:1em;
	margin-right:1em;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字に。通常がいいならこの1行削除。*/
	float: left;		/*日付を左よせに。*/
}

#main dl.new dd {
	border-bottom: 1px solid #999999;	/*情報ごとに入る下線*/
	padding-left: 8em;	/*日付を左よせしている分の余白*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 688px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 80px;	/*左側thタグの幅*/
	text-align: center;	/*センタリング*/
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e994a8;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #FFFFFF;	/*文字色*/
}

/*テーブル (1kobutu01)
---------------------------------------------------------------------------*/

.ta2 { 
    margin: 0 auto; 
    margin-bottom: 10px; 
    width: 600px; 
    border-collapse: collapse; 
    border: 1px solid #CCCCCC;
	font-size : 12px;
} 
 
.ta2 caption { 
    margin-top: 10px; 
    padding: 3px 4px 2px 4px; 
    text-align: left; 
} 

.ta2 th,
.ta2 td { 
    padding: 4px 8px 4px 8px; 
    color: #666666; 
    border: 1px solid #CCCCCC;
	font-weight: normal;
	background-color : #FFFFFF; 	
} 
 
.ta2 th { 
    text-align: left; 
    color: #666666; 
} 
 
.ta2 td { 
    text-align: center; 
} 

.ta2 td.name { 
    text-align: left; 
	font-size: 11px;
} 
 
.ta2 thead th, 
.ta2 tfoot th { 
    background-color : #FFFFCC;
	text-align : center;
	font-weight : bold;
	line-height : 15px;
} 

.ta2 thead th { 
} 
.ta2 tfoot th { 
} 
.ta2 tbody th { 
} 

/*左右のブロック内にある各ボックス
---------------------------------------------------------------------------*/
.box {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	margin-bottom: 1em;
	padding: 5px;
}

/*howtoボックス
---------------------------------------------------------------------------*/
.box_colored {
	background-color:#FFFFCC;
	border: 1px solid #FFCC00;
	margin-bottom: 1em;
	padding: 5px;
}

/*jump-to-detail
---------------------------------------------------------------------------*/
.jump-to-detail {
    width:600px;
	background-color:#FFFFCC;
	border: 1px solid #FFCC00;
	margin: 1em;
	padding: 14px;
	text-align:left;


/*細々
---------------------------------------------------------------------------*/
.color1 {
	color:#0093a9;
}

.look {
	background-color: #ebebeb;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}

.h2-red {
	font-size: 16px;
	color:#FF0000;
}

.text1 {
    color: #CC0000;
    font-weight: bold;
    font-size:14px;
}

.text2 {
    color:#CC3300;
    font-weight: bold;
}

.text3 {
    font-weight: bold;
	text-decoration:underline;
}

.textLg1{
    font-size:14px;
}

.textLg2{
    color: #CC0000;
    font-weight: bold;
    font-size:18px;
}

.indent1 {
    padding-left: 1em;
	font-weight: bold;
	color: #FF6600;
}

.indent2 {
    padding-left: 3em;
}
