@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 120%;
	line-height: 2;
	color: #333333;				/*全体の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

em, strong {
   font-weight: normal;
   font-style: normal;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #AC3608;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 1080px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 350px;	/*ヘッダー高*/
	width: 100%;
	position: relative;
	background-image : url(title_photo_pic_g006);	/*バック画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 30px;
}
/*h1タグ*/
#header h1 {
	font-size: 10px;	/*文字*/
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right 50px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 180px;	/*ヘッダーブロックに対して下から70pxの位置に配置*/
	width: 100%;
	text-align: right;	/*右寄せ*/
	height: 20px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 670px;
      margin : 10px ;
      padding : 10px ;
	float: left;
}

/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
		background-position: left top;
	color: #333333;	/*文字色*/
	padding: 0px 10px;
}
#main h3 {
	font-size: 100%;	/*文字サイズ*/
		background-position: left top;
	color: #333333;	/*文字色*/
	padding: 0px 10px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*段落タグ内を幅一杯に使いたい場合用*/
#main p.img {
	padding: 0.5em 0 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
#sub {
	float: right;
      margin : 0px ;
      padding : 15px ;
	width: 336px;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #AC3608;				/*文字色*/
	border: 3px solid #3333CC;	/*枠線幅、線種、色*/
	text-align: center;			/*センタリング*/
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*画像（サブ）メニュー
---------------------------------------------------------------------------*/
ul.menu li {
	margin-bottom: 10px;
}

ul.menu img {
	vertical-align: bottom;
}

/*カーソルオーバー時に少し動く設定*/
ul.menu li a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}



/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}

ul.submenu li {
	text-align: center;	/*センタリング*/
}

ul.submenu li a {
	text-decoration: none;
	background-color: #EAEAEA;	/*背景色*/
	display: block;
	width: 334px;
	border-right: 1px solid #bfbfbf;	/*右側ボーダー幅、線種、色*/
	border-bottom: 1px solid #bfbfbf;	/*下側ボーダー幅、線種、色*/
	border-left: 1px solid #bfbfbf;		/*左側ボーダー幅、線種、色*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.submenu li a:hover {
	background-color: #FFFFFF;	/*カーソルオーバー時の背景色*/
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

body {-webkit-text-size-adjust:  140%;}
body { font-size: 18px}

