@charset "shift_jis";


/*全体の基本設定
---------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
	line-height: 2;
	color: #000000;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 920px;	/*HPの幅*/
	margin-left: auto;
	margin-right: auto;
}


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;
}
*/


/*Link要素の設定
---------------------------------------------------------------------------*/
a {
	color: black;
}

a:hover {
	color: #43561D;	/*カーソルオーバー時の文字色*/
}


/* layout

top pageのlayout

body (width 920px)
 -- container
      -- inner
           -- header (width 100%)
           -- contents (width 100%)                   -
                     -- main (width 600px,  float left,display block,  margin-left 40px,margin-right 20px)
                                    -- box
                                    -- box
                                        -- whatsnew
                     -- selectmenu (width 200px, float right,display inline,  margin-lefft 30px)
                                    -- contentsmenu (width 185px, display block, padding-left 10px)
                                    -- projectmenu  (width 185px, display block, padding-left 10px)
                     -- footer (width 100%, display block)
---------------------------------------------------------------------------*/


/*Headerの設定
---------------------------------------------------------------------------*/
#header {
	height: 50px;	/*ヘッダーの高さ*/	
	width: 100%;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 10px;
	top: 5px;
}



/*Contentsの設定
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
	border: 1px solid #c9c9c9;
}

/*Main Mainleft Mainright Movies の設定
---------------------------------------------------------------------------*/
.main {
	width: 920px;
	float: left;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #c9c9c9;
}
/*Mainleft Mainright の設定
---------------------------------------------------------------------------*/
.mainleft {
	width: 600px;
	float: left;
	display: inline-block;
	margin: 10px;
	padding: 0px;
}
.mainleft h3 {

	padding-top:1em;
	padding-bottom:1em;
}


.mainright {
	width: 300px;
	float: left;
	display: inline-block;
	margin-top: 50px;
	padding: 0px;
}


.movies {
	width: 920px;
	display: block;
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
}

.movies h2 {
	font-size: 150%;
	color: #0000aa;
	padding-top:0em;
	padding-bottom:0em;
}
.movies h3 {
	font-size: 100%;
	color: #000000;
	line-height: 2;
	padding-top:0em;
	padding-bottom:0em;
}




/*p_utilityの設定
---------------------------------------------------------------------------*/
#p_utility {
	width: 180px;
        height: 100px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
        font-size: 80%;
        font-weight: bold;
	color: #000099;
	text-align: center;
	margin-top: 5px;
}


/*SelectMenuの設定
---------------------------------------------------------------------------*/
#selectmenu {
	width: 200px;
	float: left;
	display: inline-block;

	margin-right:30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#selectmenu a:hover {
	background-color: #f5f5f5;
}

/*evfMenuの設定*/
#evfmenu h3 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #001C7B;
	text-align: center;
	margin-bottom: 5px;
}

#contentsmenu a {
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 185px;
	padding-left: 10px;
	border-bottom: 1px solid #c9c9c9;
}

#contentsmenu img{
	position: relative; top:5px;
}


/*ContentsMenuの設定*/
#contentsmenu h3 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #001C7B;
	text-align: center;
	margin-bottom: 5px;
}

#contentsmenu a {
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 185px;
	padding-left: 10px;
	border-bottom: 1px solid #c9c9c9;
}

#contentsmenu img{
	position: relative; top:5px;
}



/*ProjectMenuの設定*/
#projectmenu h3 {
	font-size: 150%;
	color: #001C7B;
	background-image: url(images/white_and_blue.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

#projectmenu a {
	display: block;
	text-decoration: none;
	width: 185px;
	margin-bottom: 10px;
	padding-left: 0px;
}



/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	border: 1px solid #c9c9c9;	/*枠線*/
	clear: both;
	width: 100%;
	display: block;
	line-height: 14px;
	font-size: 80%;
	/*text-align: center;	センタリング*/
	color: #000000;		/*文字色*/
	background-color: #FFFFFF;	/*背景色*/
	padding-bottom: 50px;
}
#footer a {
	font-size: 100%;
	color: #000000;
	padding-right: 20px;
	text-decoration: none;
}




/*トップページのWhat's New欄
---------------------------------------------------------------------------*/

#whatsnew {
	height: 500px;
        width: 100%;	/*幅*/
	float: left;	/*右よせ*/
	padding-top: 20px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
        overflow: scroll;
}

#whatsnew h2 {
	font-size: 150%;
	color: #000099;	/*Whats newの文字色*/

	text-align: left;	/*文字を左よせ*/
	margin-bottom: 0px;	/*下に余白なし*/
}

#whatsnew h3 {
	font-size: 100%;
	color: #000000;	/*h3タグ（SIDE MENUとか入っている所）の文字色*/
	background-color: #E6D7FF;	/*背景色*/
	text-align: left;	/*文字をセンタリング*/
	margin-bottom: 0px;	/*下に少し余白*/
}

#whatsnew a {
	text-decoration: none;
}

#whatsnew p {
	display: block;
	color: #000099;		/*文字色*/
	/*border-bottom: 1px solid #999999;	情報ごとに入る下線*/
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 688px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #252F10;
}

.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: #43561D;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #FFFFFF;	/*文字色*/
}
/*MVF page
---------------------------------------------------------------------------*/
#mvflist {
	height: 500px;
        width: 100%;	/*幅*/
	float: left;	/*右よせ*/
	padding-top: 20px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
        overflow: scroll;
}
/*MVFページのNews欄
---------------------------------------------------------------------------*/

#mvfnews {
	height: 500px;
        width: 100%;	/*幅*/
	float: left;	/*右よせ*/
	padding-top: 20px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
        overflow: scroll;
}

#mvfnews h2 {
	font-size: 150%;
	color: #000099;	/*Whats newの文字色*/

	text-align: left;	/*文字を左よせ*/
	margin-bottom: 0px;	/*下に余白なし*/
}

#mvfnews h3 {
	font-size: 100%;
	color: #000000;	/*h3タグ（SIDE MENUとか入っている所）の文字色*/
	background-color: #E6D7FF;	/*背景色*/
	text-align: left;	/*文字をセンタリング*/
	margin-bottom: 0px;	/*下に少し余白*/
}

#mvfnews a {
	text-decoration: none;
}

#mvfnews p {
	display: block;
	color: #000099;		/*文字色*/
	/*border-bottom: 1px solid #999999;	情報ごとに入る下線*/
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #FF0000;
}

.look {
	background-color: #ebebeb;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}
