@charset "UTF-8";

/* －－－－－ 初期化 －－－－－ */

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,blockquote,table,th,td {
	font-size: small;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

img {
	border-style: none;
	}



/* －－－－－ 基本設定 －－－－－ */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	text-align: center;
	font-size: small;
	color: #333333;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	margin: 0px auto;
	padding: 0px;
	}

a:link {
	color: #336699;
	}

a:visited {
	color: #336699;
	}

a:hover {
	color: #6699CC;
	}

a:active {
	color: #6699CC;
	}

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.small {
	font-size: 85%;
	}

.bigger {
	font-size: 115%;
	}

.pointR {
	color: #CC0000;
	}

.pointB {
	color: #336699;
	}

.pointG {
	color: #339966;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.clr {
	clear: both;
	}

.ptop {
	text-align: right;
	margin: 20px 0px;
	}


/* －－－－－ レイアウト －－－－－ */

#container {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	}

#head {
	height: 220px;
	margin: 0px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	}

#hnavi {
	background-image: url(../images/bg_hnavi.gif);
	background-repeat: repeat-x;
	width: 980px;
	height: 30px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	}

#content {
	clear: both;
	margin: 0px;
	}

#foot {
	border-top: 5px solid #CCCCCC;
	margin: 20px 0px 20px 0px;
	padding: 15px 10px;
	}



/* －－－－－ ヘッダ －－－－－ */

#head #logo {
	margin: 0px 5px;
	text-align: left;
	}

#hnavi #home {
	width: 80px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#hnavi ul#hnavilist {
	width: 340px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

#hnavi ul#hnavilist li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}




/* －－－－－ フッタ －－－－－ */

#foot ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	line-height: 130%;
	}

#foot ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	}





/* －－－－－ サイドバー －－－－－ */

#content #sidebar {
	width: 240px;
	float: left;
	}

#content #sidebar #target {
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 0px 5px;
	background-image: url(../images/bg_sidetarget.gif);
	background-repeat: no-repeat;
	height: 200px;
	overflow: hidden;
	}

#content #sidebar #target ul#targetNavi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	}

#content #sidebar #target ul#targetNavi li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}




#content #sidebar ul#navi {
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px 30px 5px;
	line-height: 100%;
	}

#content #sidebar ul#navi li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	}





#content #sidebar .banner {
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#content #sidebar .banner ul {
	margin: 0px;
	}

#content #sidebar .banner ul li {
	margin-bottom: 3px;
	}

#content #sidebar #movie {
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#content #sidebar #mobile {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}



#content #sidebar .gsearch {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	}







/* －－－－－ 本文 －－－－－ */

#content #main {
	width: 740px;
	float: right;
	}

#content #main p.plist {
	margin: 10px 10px 25px 10px;
	background-image: url(../images/bg_plist.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	padding-left: 18px;
	}


#content #main p {
	margin: 0px 5px 20px 5px;
	line-height: 150%;
	}

#content #main ul,
#content #main ol,
#content #main dl {
	margin: 0px 0px 20px 0px;
	line-height: 150%;
	padding: 0px;
	}

#content #main ul {
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	}

#content #main ul li {
	list-style-type: square;
	}

#content #main ul.nomark {
	list-style-type: none;
	margin: 0px;
	}

#content #main ul.nomark li {
	list-style-type: none;
	}

#content #main ol {
	list-style-type: decimal;
	margin: 0px 0px 0px 35px;
	}

#content #main ol li {
	list-style-type: decimal;
	}



#content #main ul.listA {
	list-style-type: none;
	margin: 20px 0px 20px 5px;
	}

#content #main ul.listA li {
	list-style-type: none;
	background-image: url(../images/list01.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
	min-height: 22px;
	}




/*
#content #main h2 {
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding: 8px 10px 0px 10px;
	letter-spacing: 0.2em;
	color: #000000;
	font-weight: bold;
	font-size: 118%;
	margin: 15px 0px;
	}
*/



#content #main h2 {
	/* background-image: url(../images/bg_h2_head.gif);
	background-repeat: no-repeat; */
	background-color: #f5f5f5;
	border-top: 1px solid #daeaf1;
	border-right: 1px solid #daeaf1;
	border-bottom: 5px solid #e6e6e6;
	border-left: 1px solid #daeaf1;
	padding: 8px 10px 5px 10px;
	letter-spacing: 0.2em;
	color: #000000;
	font-weight: bold;
	font-size: 118%;
	margin: 15px 0px;
	}

#content #main h3 {
	padding: 1px 5px;
	border-bottom: 2px dotted #CCCCCC;
	border-left: 5px solid #ADD8E6;
	color: #333333;
	font-weight: bold;
	margin: 15px 0px;
	}



#content #main dl {
	margin-left: 10px;
	margin-right: 10px;
	}

#content #main dl dt {
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding: 0px 0px 0px 27px;
	margin-bottom: 5px;
	}

#content #main dl dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	}



#content #main table {
	margin: 10px 10px 20px 10px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
	line-height: 150%;
	}

#content #main table.border {
	border: 3px solid #EEEEEE;
	border-collapse: separate;
	border-spacing: 1px;
	}

#content #main table.border th,
#content #main table.border td {
	padding: 5px;
	border: 1px solid #DCDCDC;
	text-align: left;
	vertical-align: top;
	}

#content #main table.border th {
	background-color: #F0F8FF;
	}





#content #main table.noborder {
	border-style: none;
	}

#content #main table.noborder th,
#content #main table.noborder td {
	padding: 5px;
	border-style: none;
	text-align: left;
	vertical-align: top;
	/* background-color: none; */
	}





#content #main table.innerTbl {
	border-style: none;
	}

#content #main table.innerTbl th,
#content #main table.innerTbl td {
	padding: 3px;
	}





#content #main table th.center,
#content #main table td.center {
	text-align: center;
	}

#content #main table th.right,
#content #main table td.right {
	text-align: right;
	}

#content #main table th.middle,
#content #main table td.middle {
	vertical-align: middle;
	}

#content #main table td.odd {
	background-color: #F0F8FF;
	}

#content #main table td.even {
	background-color: #FFF0FE;
	}



#content #main table.innerTbl {
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	}

#content #main table.innerTbl td {
	border-style: none;
	padding: 2px;
	}





#content #main .pnavi {
	margin: 30px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #666666;
	}

#content #main .pnavi p.back {
	width: 30px;
	height: 23px;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 5px 0px 20px;
	background-image: url(../images/bg_back.gif);
	background-repeat: no-repeat;
	}

#content #main .pnavi p.next {
	width: 28px;
	height: 23px;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 20px 0px 7px;
	background-image: url(../images/bg_next.gif);
	background-repeat: no-repeat;
	}

#content #main .pnavi a {
	text-decoration: none;
	}


#content #main .NewsEntry table{
	width:720px;
}

