@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 70%;
	line-height: 1.4;
	background-attachment: fixed;
	background-image: url(../images/yanagiback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {

color: #e14213;

font-size: 200%;

font-weight: bold;

}



h3 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	font-weight: bold;
}

p {

margin: 0.5em 0 2em 0;

font-size: inherit;

line-height: inherit;

font-weight: inherit;

}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 0px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 100%;
	max-width: 1260px;/* レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	min-width: 780px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100px;
}


.sidebar1 {
	float: left;
	width: 470px;
	margin-top: 10px;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
}



/*What's new ----------------------------------*/

.whatsnew {
	width: 440px;
	position: static;
	bottom: 0;
	height: 0px;
	padding-bottom: 20px;
}

.whatsnew ul {
	color:#333;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style:none
}


.whatsnew ul li {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.whatsnew ul h3 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

.whatsnew ul strong {
	color: #F60;
	font-size: 120%;
	font-weight: bold;
}

.whatsnew ul h5 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
}

.whatsnew ul p {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.whatsnew ul li a{

color:#e14213;

}

.whatsnew ul li a:hover{

color: #1a155b;

}



/*Profile ----------------------------------*/

.profile {
	width: 440px;
	position: static;
	bottom: 0;
	height: 0px;
	overflow: visible;
}

.profile ul {
	color:#333;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style:none
}


.profile ul li {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.profile ul h3 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

.profile ul p {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.profile ul li a{

color:#e14213;

}

.profile ul li a:hover{

color: #1a155b;

}


.content {
	width: 40%;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}






/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
