﻿/* 基本 */

html {  
    background: #ff3371;  
}  

body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin:0px;
	background: url(./images/background.jpg) repeat center top;}

a	{
	text-decoration: none;
	color: #72a9fe}



a:hover	{
	color:#ff7094;
	text-decoration:underline;
}


a img	{
	border: none}
	


h1	{
	margin:0px;
}

h5	{
	margin:0px;
	padding: 20px 0px 0px 5px;
	font-size: 0.975em;
	color: #ff7094;}



	
/* コンテナ */
div#wrapper	{
	width: 100%;
	margin: auto;}

	
/* ヘッダー */
div#header	{
	width: 100%;
	background-color:#fff;
	font-family: 'Trebuchet MS', sans-serif;
	margin: auto;
}

div.inner_1 {
	width: 960px;
	margin: auto;

}




div#header h1 a	{
	color: #000000}
	
div#header p#desc	{
	float:right}




/* ナビゲーションバー */

div#nav_waku	{
	width: 100%;
	margin-top: -5px;
	overflow:hidden;
	height: 40px;
	background-image: url(./images/background_menu.png);
	background-repeat: repeat-x;
}


div#nav	{
	width: 960px;
	margin: auto;
	font-size: 0.95em;
	height: 40px;

}


div#nav ul {
	margin: 0;
	padding: 0;
	}


div#nav li {
	list-style-type: none;
	float: left;
	}


div#nav li a {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	}


.menu-item a {
    background-image: url(./images/global-navi.png);
    display: block;
    line-height: 40px;
    color: white;
    text-indent: -9999px;
    text-decoration: none;
}


.menu_1 a { background-position: 0 0; }
.menu_2 a { background-position: -160px 0; }
.menu_3 a { background-position: -320px 0; }
.menu_4 a { background-position: -480px 0; }
.menu_5 a { background-position: -640px 0; }
.menu_6 a { background-position: -800px 0; }
.menu_7 a { background-position: -960px 0; }


.menu_1.current-menu-item a { background-position: 0 -40px; }
.menu_2.current-menu-item a { background-position: -160px -40px; }
.menu_3.current-menu-item a { background-position: -320px -40px; }
.menu_4.current-menu-item a { background-position: -480px -40px; }
.menu_5.current-menu-item a { background-position: -640px -40px; }
.menu_6.current-menu-item a { background-position: -800px -40px; }
.menu_7.current-menu-item a { background-position: -960px -40px; }


.menu_1 a:hover { background-position: 0 -80px; }
.menu_2 a:hover { background-position: -160px -80px; }
.menu_3 a:hover { background-position: -320px -80px; }
.menu_4 a:hover { background-position: -480px -80px; }
.menu_5 a:hover { background-position: -640px -80px; }
.menu_6 a:hover { background-position: -800px -80px; }
.menu_7 a:hover { background-position: -960px -80px; }



/* コンテンツ */
div#contents	{
	float: none;
	width: 960px;
	height: auto;
	margin: auto;
	background-color:#fff;
	overflow:hidden;
	/* margin-top: -19px; */
}

/* インナー2 */
div#inner2	{
	overflow: hidden;
	width: 960px;
	background-color: #fff;
	overflow: hidden;
	margin: auto}

/* フッター */
div#footer	{
	clear:both;
	width: 100%; /* */
	height: auto;
	margin: auto; /* */
	background-color:#ff3371;}
	
div.inner_3 {
	width: 960px; /* */
	margin: auto; /* */
	background-color:#ff3371;

	padding: 6px 0;
	clear: both}
	
div.inner_3 p	{	
	text-align: center; /* */
	font-size: 0.75em;
	color:#fff;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0}
	