﻿@charset "utf-8";

/*============================
全体的なスタイル
============================*/
* {
	margin:0; padding:0;				/*全要素のマージン・パディングをリセット*/
}

body {
	background-color:#cccccc;			/*ページ全体の背景色*/
	background-image:url("images/y1_bg.gif");	/*ウェブページ全体の背景画像*/
	font-size:95%;					/*フォントサイズを95%に*/
	font-family: "МＳ　ゴシック",sans-self;	/*フォントの種類をゴシック系に*/
	line-height:1.5;				/*行の高さを1.5倍にする*/
	color:#333333;					/*文字色を濃いめのグレーに*/
}

div#pagebody {
	width:1000px; margin:0 auto;			/*内容全体をセンタリング*/
	background-color:#ffffff;			/*内容全体の背景色*/
	background-image:url("images/BG.jpg");		/*コンテンツ全体の背景画像*/
}

/*============================
ヘッダー
============================*/
div#header {
	height:100px;
	margin:0px 20px;				/*ヘッダ部分の高さ*/
	background-image:url(images/yun_3250.png);	/*ヘッダの背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
}

div#header h1 {
	padding:20px 0px 5px 20px;			/*見出しの位置調整*/
	font-size:18px;					/*フォントのサイズ*/
	font-family:Arial, Helvetica, sans-self;	/*フォントの種類*/
}

div#header h1 a {text-decoration:none;}			/*リンクの下線を無くす*/

img {border:0;}						/*画像のボーダーを0にする*/

/*============================
メインメニュー
============================*/
ul#menu {
	width:960px; height:50px;		/*メインメニュー部分の幅と高さ*/
	margin:0px 20px;			/*上下マージン0px、左右マージン20px*/
}

#menu li {
	list-style-type:none;			/*リストマーカー無しにする*/
	display:inline;				/*リスト項目をインライン表示にする*/
	float:left;				/*リスト項目を横に並べる*/
}

#menu li a {
	background-color:#006699;		/*背景色*/
	color:#ffffff;				/*文字色*/
	display:block;				/*リンク部分をブロック表示にする*/
	width:160px; height:35px;		/*幅と高さ*/
	padding:15px 0px 0px 0px;		/*上パディング*/
	text-align: center;			/*テキストをセンター揃えにする*/
	text-decoration:none;			/*リンク部分を下線無しにする*/
}

#menu li a:hover {
	background-color:#0099CC;		/*リンクにマウスが乗ったら背景色を変更する*/
}

/*=================================
ヘッダ画像
=================================*/
#img_index {
	width:960px; height:360px;		/*トップページのヘッダ画像の表示サイズを指定*/
	margin:5px 60px;			/*マージン*/
}

/*=================================
サブメニュー（左カラム）
=================================*/
h2 {
	width:260px; height:43px;		/*幅と高さ*/
	padding:17px 0px 0px 0px;		/*パディング*/
	font-size:16px;				/*フォントサイズ*/
	background-color:mediumslateblue;	/*背景色*/
	color:#ffffff;				/*文字色*/
	text-align: center;			/*テキストをセンター揃えにする*/
}

div#submenu {
	width:260px;				/*幅の指定*/
	margin:10px 10px 10px 25px;		/*位置調整*/
	float:left;				/*サブメニューのカラムを左寄せにする*/
}

div#submenu ul li {
	list-style-type:none;			/*リストマーカー無しにする*/
}

div#submenu ul li a {
	display:block;				/*リンク部分をブロック表示にする*/
	height:45px;				/*高さを45pxにする*/
	padding:15px 0px 0px 30px;		/*パッディング*/
	text-decoration:none;			/*リンクの下線を無くす*/
	border-bottom:1px dotted gray;		/*リンク領域の下部にボーダーを付ける*/
	background-color:lightsteelblue;	/*リンク部分に色を付ける*/
	color:#333333;				/*文字色*/	
}

div#submenu ul li:first-child a {
	border-top:1px dotted gray;		/*一番上のリンクに上線を表示*/
}

div#submenu ul li a:hover{
	text-decoration:underline;		/*リンクにマウスが乗ったら下線を表示*/
}


/*==================================
インフォメーション（右カラム）
==================================*/
div#info {
	width:660px;				/*幅の指定*/
	float:right;				/*カラムを右寄せにする*/
	padding:10px 20px 0px 0px;		/*パディング*/
}

h3 {
	font-size:14px;				/*フォントサイズ*/
	width:640px;				/*横幅*/
	padding:10px 0px 10px 20px;		/*パディング*/
	background-color:#009999;		/*背景色*/
	color:#ffffff;				/*文字色*/
	border-radius:3px;			/*角丸にする*/
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px;		/*角丸にする（ベンダープレフィックス付きの設定）*/
}

p {
	width:660px;				/*幅の指定*/
	margin:10px;				/*マージン*/
	text-indent:1em;			/*インデント幅*/
}

hr {
	clear:both;				/*フロート配置をクリアする*/
	width:680px;				/*幅の指定*/
	margin:10px 0px;			/*マージン*/
	border:1px dotted #cccccc;		/*内容の区切りをグレーの点線表示にする*/
}

strong {
	color:red;				/*文字色*/
}

div#info ul li {
	margin:0px 30px;
}

/*====================================
Newをアニメーションさせる
====================================*/

.icon-new {
	-webkit-animation: bigger 1s ease-in alternate infinite;
	margin:0px 10px;
	color:#ff6600;
	display:inline-block;
	font-family:aclonica, sans-self;
	text-shadow:
		1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		-1px -1px 0 #fff;
}

@-webkit-keyframes bigger {
	from {-webkit-transform:scale(1);}
	30% {-webkit-transform:scale(1.2);}
	50% {-webkit-transform:scale(1);}
	to {-webkit-transform:scale(1);}
}

/*==================================
トップリンク（左カラム）
==================================*/
div#fb-page {
	width:260px;				/*幅の指定*/
	float:left;				/*カラムを左寄せにする*/
	padding:10px 0px 0px 25px;		/*パディング*/
}

/*===================================
フッタ
====================================*/
div#footer {
	background-color:#f8f8ff;		/*フッタの背景色*/
	clear:both;				/*回り込みを解除する*/
	height:40px;
	padding:10px 20px 0px 0px;		/*パディング*/
	font-size:x-small;			/*フォントサイズを小さくする*/
	text-align:center;			/*センタリング*/
}
