/*-----  リンク  -----*/
a:link {
	color:#0033FF;
	text-decoration:none;
}
a:visited {
	color:#0033FF;
	text-decoration:none;
}
a:hover {
	color:#325872;
	text-decoration:underline;
}
a:active {
	color:#ff6500;
	text-decoration:none;
}
/*-----  コンテナ  -----*/
div#container{
	behavior:url("../css/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/bg.png");
	background-repeat:repeat-y;
	background-position:center top;
	width:950px;
	height:auto;
	margin:0px auto;
	padding:0px 20px;
	clear:both;
	}

div#bottom{
	behavior:url("../css/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/bottom.png");
	background-repeat:no-repeat;
	background-position:center top;
	width:950px;
	height:20px;
	margin:0px auto;
	padding:0px 20px;
	clear:both;
	}
/*-----  ヘッダー  -----*/
div#header{
	background-image:url("../img/header.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	width:950px;
	height:90px;
	margin:0px auto;
	padding:0px;
	clear:both;
	}
/*ロゴ*/
div#header p#rogo {
	width:300px;
	height:75px;
	margin:0px;
	padding:0px 0px 15px 15px;
	text-indent:-9999px;
	float:left;
	}
div#header p#rogo a {
	display: block;
	width:300px;
	height:75px;
	text-decoration: none;
}
div#header p#rogo a:hover {
	display: block;
	width:300px;
	height:75px;
	text-decoration: none;
}
/*ユーザー*/
div#header p#user {
	width:520px;
	height:30px;
	margin:0px;
	padding-top:5px;
	padding-right:5px;
	font-size:12px;
	color:#ffffff;
	text-align:right;
	float:left;
	}
div#header p#user span {
	color:#CF286D;
	font-weight:normal;
}
/*ログアウト*/
div#header p#logout {
	width:95px;
	height:40px;
	margin:0px;
	padding-right:15px;
	text-indent:-9999px;
	float:left;
	}
div#header p#logout a {
	display: block;
	width:95px;
	height:40px;
	text-decoration: none;
}
div#header p#logout a:hover {
	display: block;
	width:95px;
	height:40px;
	text-decoration: none;
}
/*マニュアル*/
div#header div#manual {
	width:170px;
	height:55px;
	margin:0px;
	padding:0px;
	float:left;
	}
/*ギアーズ*/
div#header p#gears {
	width:170px;
	height:25px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	clear:both;
	}
div#header p#gears a {
	display: block;
	width:170px;
	height:25px;
	text-decoration: none;
}
div#header p#gears a:hover {
	display: block;
	width:170px;
	height:25px;
	text-decoration: none;
}
/*デコラブ*/
div#header p#exemail {
	width:170px;
	height:25px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	clear:both;
	}
div#header p#exemail a {
	display: block;
	width:170px;
	height:25px;
	text-decoration: none;
}
div#header p#exemail a:hover {
	display: block;
	width:170px;
	height:25px;
	text-decoration: none;
}
/*お知らせ*/
div#header div#news {
	width:240px;
	height:40px;
	margin:0px;
	padding:5px 20px 10px 20px;
	float:left;
	}
div#header div#news p{
	overflow:auto;
	width:240px;
	height:40px;
	margin:0px;
	padding:0px;
	float:left;
	}
/*カウンター*/
div#header div#counter {
	width:180px;
	height:50px;
	margin:0px;
	padding-right:5px;
	float:left;
	}
div#header div#counter div.counterBox {
	background-image:url("../img/counter.gif");
	background-repeat:no-repeat;
	background-position:center top;
	width:180px;
	height:15px;
	margin:0px;
	padding:0px;
	clear:both;
	}
div.counterBox p.title {
	width:75px;
	height:15px;
	margin:0px;
	padding-right:5px;
	text-align:right;
	color:#ffffff;
	font-size:11px;
	float:left;
	}
div.counterBox p.text {
	width:100px;
	height:15px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:11px;
	float:left;
	}
div.counterBox p.text span{
	font-size:12px;
	color:#CF286D;
	font-weight:normal;
}


/*-----  コンテンツメニュー  -----*/
div#contensMenu {
	background-image:url("../img/contens/bg.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	width:884px;
	height:45px;
	margin:0px auto;
	padding:0px 10px;
	clear:both;
	}
div#contensMenu a{
	display:block;
	width:100%;
	height:100%;
	}
div#contensMenu ul{
	list-style-type:none;
	}

/*-----  メイン  -----*/
div#main{
	background-image:url("../img/main_bg.jpg");
	background-repeat:repeat-y;
	width:850px;
	height:auto;
	margin:0px auto;
	padding:0px 27px;
	clear:both;
	}

/*-----  メインメニュー  -----*/
div#mainMenu {
	width:850px;
	height:25px;
	margin:0px auto 5px auto;
	padding-top:5px;
	border-bottom:5px solid #45BCEE;
	clear:both;
	}
div#mainMenu a{
	display:block;
	width:100%;
	height:100%;
	}
div#mainMenu ul{
	list-style-type:none;
	}

/*-----  メインテーブル真ん中  -----*/
table.center{
	width:100%;
	margin:0px auto 10px auto;
	padding:0px;
	border:1px solid #ababab;
	clear:both;
	}
table.center th#title{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	color:#ffffff;
	background-color:#57C2F0;
	font-size:12px;
	text-align:left;
	}
table.center th#titleError{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	color:#ffffff;
	background-color:#FF6633;
	font-size:12px;
	text-align:left;
	}
table.center th#title img{  /*アイコン画像（アイコンとテキストの縦を揃える）*/
	vertical-align:-15%;
}

table.center th#nextBack{
	padding:10px 0px;
	color:#ffffff;
	background-color:#57C2F0;
	font-size:12px;
	text-align:center;
	}

table.center th#center{
	padding:5px 0px;
	color:#ffffff;
	background-color:#57C2F0;
	font-size:12px;
	text-align:center;
	}
table.center th{
	padding:10px;
	color:#39393B;
	background-color:#BFE8FA;
	font-size:12px;
	text-align:left;
	}
table.center span.red{
	color:#ff0000;
	font-size:11px;
	font-weight:normal;
	}
table.center th.title{
	width:32px;
	}
table.center td{
	padding:5px;
	color:#39393B;
	font-size:12px;
	background-color:#ffffff;
	border:1px dashed #57C2F0;
	text-align:center;
	}
table.center td.red{
	background-color:#EAEAEA;
	}
table.center td p.title{
	padding:1px;
	text-align:left;
	font-size:12px;
	clear:both;
}
table.center td p.title img{  /*アイコン画像（アイコンとテキストの縦を揃える）*/
	padding-right:3px;
	vertical-align:-15%;
}

table.center textarea{
	background-color:#EAEAEA;
}
table.center td.left{
	padding:5px;
	color:#39393B;
	font-size:12px;
	border:1px dashed #57C2F0;
	text-align:left;
	}

/*-----  メインフッター  -----*/
div#main_footer{
	background-image:url("../img/main_footer.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	width:904px;
	height:17px;
	margin:0px auto;
	padding:0px;
	clear:both;
	}

/*-----  フッター  -----*/
div#footer{
	background-image:url("../img/footer.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	width:950px;
	height:38px;
	margin:10px auto;
	padding-top:22px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	clear:both;
	}
