@charset "Shift_JIS";

/* kill 'Browser standard style'
---------------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background-image: url(../img/bg-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CBCBCC;
}

h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,li,table,th,td,p,
form,select,option,address,pre{
	margin:0;
	padding:0;
}

a:link {
	color: #5678CC;
}
a:visited { color: #485068; }
a:hover { color: #B74816; }
a:active { color: #B74816; }


/* all------------------------------------------------------------------- */

.c-both {
	clear:both;
	height: 0px;
}
.c-both20 {
	clear:both;
	height: 20px;
}

/* header------------------------------------------------------------------- */
#header{
	width: 750px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 70px;
	padding-right: 30px;
	text-align: right;
}
/* menu------------------------------------------------------------------- */
#menu{
	height: 28px;
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../img/bg-2menu.gif);
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainmenu {
	float:left;
	height:26px;
	width:540px;
}
#mainmenu li{
	list-style-type:none;
	width:128px;
	height:26px;
	float:left;
	margin-right: auto;
	margin-left: auto;
}
#mainmenu li img{
	border:0;
}

#mainmenu li.menu1{
	background-image: url(../img/menu-1-on.gif);
	margin-right: 5px;
}
#mainmenu li.menu2{
	background-image: url(../img/menu-2-on.gif);
	margin-right: 5px;
}
#mainmenu li.menu3{
	background-image: url(../img/menu-3-on.gif);
	margin-right: 5px;
}
#mainmenu li.menu4{
	background-image: url(../img/menu-4-on.gif);
	margin-right: 5px;
}
#mainmenu li a{
	display:block;
	width:128px;
	height:26px;
}
#mainmenu li a:hover {
	background-color:transparent;
}
#mainmenu li a:hover img{
	visibility:hidden;
}

#submenu {
	float:right;
	width: 180px;
	height:26px;
}
#submenu li{
	list-style-type:none;
	width:78px;
	height:26px;
	float:left;
	margin-right: auto;
	margin-left: auto;
}
#submenu li img{
	border:0;
}

#submenu li.sub1{
	background-image: url(../img/menusub-1-on.gif);
	margin-right: 8px;
}
#submenu li.sub2{
	background-image: url(../img/menusub-2-on.gif);
}
#submenu li a{
	display:block;
	width:78px;
	height:26px;
}
#submenu li a:hover {
	background-color:transparent;
}
#submenu li a:hover img{
	visibility:hidden;
}

/* main------------------------------------------------------------------- */
#wrap{
	width: 780px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 25px;
	margin-left: 25px;
	font-size: 75%;
	color: #514848;
	line-height: 150%;
}
#stage{
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
}
#main{
	width: 470px;
	float: left;
	padding-top: 15px;
}
#list{
	width: 220px;
	float: right;
	padding-top: 15px;
	font-size: 100%;
	color: #514848;
	line-height: 125%;
}
#contents{
	width: 530px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
/* footer------------------------------------------------------------------- */
#footer{
	width: 720px;
	padding-left: 30px;
	font-size: 100%;
	color: #ffffff;
	background-image: url(../img/bg-3footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 5px;
	padding-right: 30px;
	background-color: #999DBA;
	float: none;
	padding-bottom: 5px;
}
#copy{
	width: 770px;
	padding-left: 30px;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	color: #514848;
	padding-right: 10px;
}
/* list------------------------------------------------------------------- */
#list li{
	list-style-type:none;
	height: 42px;
	width: 220px;
	float:left;
	margin-right: auto;
	margin-left: auto;
}
#list li img{
	border:0;
}

#list li.list01{
	background-image: url(../img/list-1-on.gif);
	margin-top: 20px;
	margin-bottom: 10px;
}
#list li.list02{
	background-image: url(../img/list-2-on.gif);
	margin-bottom: 10px;
}
#list li.list03{
	background-image: url(../img/list-3-on.gif);
	margin-bottom: 10px;
}
#list li.list04{
	background-image: url(../img/list-4-on.gif);
	margin-bottom: 10px;
}
#list li.list05{
	background-image: url(../img/list-5-on.gif);
	margin-bottom: 10px;
}
#list li.list06{
	background-image: url(../img/list-6-on.gif);
	margin-bottom: 10px;
}
#list li.list07{
	background-image: url(../img/list-7-on.gif);
    margin-bottom: 10px;
}
#list li.list08{
	background-image: url(../img/list-8-on.gif);
}
#list li a{
	display:block;
	height: 42px;
	width: 220px;
}
#list li a:hover {
	background-color:transparent;
}
#list li a:hover img{
	visibility:hidden;
}
/* button------------------------------------------------------------------- */

.button03 a {
	display: block;
	width: 220px;
	height: 51px;
	text-indent: -99999px;
	background-image: url(../img/button-1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
}
.button03 a:hover {
	background-position: 0 -51px;
}
.button04 a {
	display: block;
	width: 220px;
	height: 51px;
	text-indent: -99999px;
	background-image: url(../img/button-2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
}
.button04 a:hover {
	background-position: 0 -51px;
}
.button05 a {
	display: block;
	width: 160px;
	height: 51px;
	text-indent: -99999px;
	background-image: url(../img/button-3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
}
.button05 a:hover {
	background-position: 0 -51px;
}

/* box------------------------------------------------------------------- */
.menu-L{
	float: left;
}
.menu-R{
	float: right;
	width: 170px;
}
.box-L{
	float: left;
}
.box-R{
	float: right;
}
.list{
	width: 220px;
}
.list-L{
	float: left;
	width: 160px;
}
.list-R{
	float: right;
	width: 50px;
	text-align: center;
	font-size: 10px;
	line-height: 125%;
}
.top-qr{
	float: left;
	width: 50px;
	text-align: center;
	font-size: 10px;
	line-height: 125%;
}
.info{
	width: 470px;
	padding-top: 15px;
}
.info-L{
	float: left;
	width: 225px;
}
.info-R{
	float: right;
	width: 225px;
}
.logo-L{
	float: left;
	width: 251px;
}
.logo-R{
	float: right;
	width: 440px;
	font-size: 100%;
	text-align: right;
}
/* table------------------------------------------------------------------- */
.infotable{
	width: 225px;
	line-height: 125%;
}
.infotd{
	width: 31px;
}
.infotd2{
	width: 79px;
}
/* txt------------------------------------------------------------------- */

.midasih1 {
	background-image: url(../img/title-base-1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 110%;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.midasih2 {
	background-image: url(../img/title-base-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 110%;
	margin-bottom: 15px;
	font-weight: bold;
	margin-left: 3px;
	color: #2548B7;
}
.midasih3 {
	background-image: url(../img/title-base-3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 110%;
	margin-bottom: 15px;
	font-weight: bold;
	margin-left: 3px;
	color: #AD7607;
}

.midasih4 {
	background-image: url(../img/title-base-4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 110%;
	margin-bottom: 15px;
	font-weight: bold;
	margin-left: 3px;
	color: #D8362A;
}
.midashi5 {
	font-size: 100%;
	background-image: url(../img/title-base-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 3px;
}
.midasih6 {
	background-image: url(../img/title-base-6.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 110%;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.icon-midashi {
	font-size: 119%;
	font-weight: bold;
}

/* txt------------------------------------------------------------------- */
.txt1 {
	font-size: 87%;
	margin-bottom: 8px;
	line-height: 125%;
}
.txt2 {
	font-size: 83%;
	margin-bottom: 8px;
}
.txt3 {
	color: #FFFFFF;
}
.txt-info1{
	background-image: url(../img/line-1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 14px;	
}
.txt-info2{
	background-image: url(../img/line-2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 14px;	
}
.txt-info3{
	background-image: url(../img/line-3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 14px;	
}
.txt-shosai{
	font-size: 87%;
	color: #485068;
}
.txt-right{
	text-align: right;
	padding-top: 2px;
	padding-bottom: 5px;
}

/*--- テーブル要素 ---*/

/* テーブル セル枠線なし */
.table_cell_hide{
	border:				none;
	border-collapse:	collapse;
}

/* テーブル セル枠線あり */
.table_cell_show{
	border: 1px;
	border: 1px solid #687098;
	margin: 0px;
	padding: 0px;
	background-color: #687098;
}

/* 公開タイトル行 */
.public_row {
	font-size:			119%;
	text-align:			left;
	font-weight:		bold;
	height:				20px;
}

/* 公開タイトル */
.public_title {
	font-size:			100%;
	text-align:			left;
}

/* サブタイトル行 */
.sub_title_row {
	height:				20px;
}

/* サブタイトル */
.sub_title {
	font-size:			100%;
	text-align:			left;
	font-weight:		bold;
}

/* リストタイトル行 */
.list_title_row {
	height:				18px;
}

/* リストタイトル */
.list_title {
	background-color:	#dbe0f3;
	font-size:			84%;
	text-align:			center;
	border: 1px solid #687098;
}

/* リストデータ行 */
.list_data_row {
	height:				24px;
}

/* リストデータ(左詰め) */
.list_data {
	word-break:			break-all;
	background-color:   #f5f5ef;
	font-size:			84%;
	text-align:			left;
	border: 1px solid #687098;
}

/* リストデータ(中央) */
.list_data_center {
	word-break:			break-all;
	background-color:   #f5f5ef;
	font-size:			84%;
	text-align:			center;
	border: 1px solid #687098;
}

/* リストデータ(右詰め) */
.list_data_right {
	word-break:			break-all;
	background-color:   #f5f5ef;
	font-size:			84%;
	text-align:			right;
	border: 1px solid #687098;
}

