@charset "shift-jis";

img {
	border: 0;
	}



/*ヘッダー設定 */
#header {
	width: 850px;
	height: 170px;
	background-image: url(../img/header/back3.jpg);
	/* background:;ヘッダー背景は後ほど設定*/
	margin: 0 auto;
	padding-bottom: 0;
	}

#header h1 {
	/*text-indent: -9999px; */
	/* background: url(../img/header/title.gif) no-repeat; */
	width: 600px;
	height: 80px;
	position: relative;
	top: 30px;
	left: 30px;
	}
	
#header a { 
	color: #660000;
	text-decoration: none;
	 }

#header h2 {
	position: relative;
	bottom: 80px;
	left: 650px;
	}

	

/*グローバルナビ設定*/

#global {
	position: absolute;
	top:170px;
	margin-left: 0px;
	margin-bottom: 0px;
	/* right: 0px; */
	/* left: 45px; */
	}
	

#global-navi {   
	margin:0;
	padding-left: 180px; /*メニューバーの幅分をパディングで設定*/
    width:670px;   
	height:30px;   
   	overflow:hidden;   
   	background: blue; /**/
	}

#global-navi li { 
	list-style:none;
	padding: 0px;
	margin: 0;
	width:134px;
	float:left; 
	}
	
#global-navi li a {   
	display:block;   
	line-height:30px;   
    color:#ffffff;   /*リンク色は白 */
    text-align:center;   
	}   

#global-navi li a:hover {
	background:#B22B0A; /*こげ茶色*/
    color: #FFFFFF;
	}



/*メニューバーのサイドコンテンツ配置*/

#sideContent {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;	
	width: 150px;
}


#sideContent2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;	
	width: 150px;
}


/*メニュー設定  サイドメニュー*/

.sideMenu, .sideMenu ul {
	margin: 0;
	padding: 0;
	}
.sideMenu a {
	text-decoration: none;
	}
.sideMenu li {
	list-style: none;
	font-size: 12px;
	line-height: 30px;
	}

.border{	
	border-bottom: dotted 1px #FFFFFF;
	}

.sideMenu li a {
	display: block;
	padding: 3px;
	background: blue; /*オレンジ系 */
	color: white;
	}
.sideMenu li a:hover {
	background: green;
	}
	
/*メニュー設定  サイドメニュー2*/

.sideMenu2, .sideMenu2 ul {
	margin: 0;
	padding: 0;
	}
.sideMenu2 a {
	text-decoration: none;
	}
.sideMenu2 li {
	list-style: none;
	font-size: 12px;
	line-height: 30px;
	}

.border{	
	border-bottom: dotted 1px #FFFFFF;
	}

.sideMenu2 li a {
	display: block;
	padding: 3px;
	background: blue; /*ブルー系 */
	color: white;
	}
.sideMenu2 li a:hover {
	background: green;
	}

	

/*ボディ背景色設定*/
body {
	/* background: #FFE4E1; */
	background-image: url(../img/body/back1.jpg);
	background-repeat: repeat-x;
    background-color: #FFFFFF;
    overflow-x:hidden

	}

/*ページボディ設定*/
#pageBody {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #B22B0A;
	/* background-color: #FF0000; */
    overflow: hidden; /*簡易的なclearfix*/
	}

/* IE6に適用*/
* html #pageBody {
	zoom: 1;
	}

#menuBar,#main,#main2 {
	float: left;
    padding-bottom: 32768px;
	margin-bottom: -32768px;
	}



/*全体メニューバー設定 */

#menuBar {
	/* float: left; */
	width: 180px;
	/* height: 2000px; */
	/* background-image: url(../img/menuBar/back.jpg); */
	background: #B22B0A; こげ茶
	font-family: arial;
	padding-top: 30px;
	/* padding-bottom: 0; */
	margin-top: 0;
	/* margin-bottom: 0; */
	text-align: center; /*すべて中央配置*/
	}
	
/*全体メイン設定 */
#main {
	/* float: right; */
	width: 670px;
	/* height: 2060px; */
	/* background-color: #FFEFD5; */
	background-color: #FFFFCC;
	/* padding-bottom: 0; */
	/* margin-bottom: 0; */
	}

#main2 {
	/* float: right; */
	width: 670px;
	/* height: 2060px; */
	/* background-color: #FFEFD5; */
	background-color: #E5EEF4;
	}



/*パンくずリスト設定*/
#pan li{
	list-style: none;
	float: left;
	}


/*メイン内容部分設定*/

.content {
	border: solid 1px gray;
	font-size: 20px;
	color: gray;
	margin-top: 40px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFF99;
	}

.title {
	margin-left: 80px;
	margin-top: 15px;
	}

.inside {
	float: right;
	margin-right: 20px;
	}


/* ロールオーバー機能追加 */
li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	}



#main li a:link {
	color: #FF00FF;
	}


#main li a:visited{
	color: #ADDBE6;
	}

#main h1 {
	margin-left: 30px;
	}


#top {
	left: 500px;
	position: relative;
	}


#apply {
	height: 1200px;
	}

	

/*フッター設定*/
#footer {
	clear: both;
	width: 850px;
	height: 50px;
	background-color: blue;
	color: #FFFFFF;
	font-size: 15pt;
	/* margin-top: 1000px; */
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	}
#footer p {
	margin-top: 0;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#footer a {
	color: white;
	margin-top: 0;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	}



