@charset "utf-8";

/* ===================================================================
CSS file For YouMedia

 File names  :common.css
 Ver         :1.007
 Last Up Date:2008/12/11
 Style info  :初期設定ファイル。基本的にはいじっちゃやーよ！
--------------------

★特記事項があったらここに記入★
透過PNG対策は新たにiepngfix_tilebg.jsを導入。

--------------------

構成
	#container
	 ┣#header
	 ┣#contents
	 ┃	┗#main
	 ┃	　┗#inner　（コンテンツ格納エリア）
	 ┃		　┣#sider　（サイドメニュー）
	 ┃		　┗#mainbox（メインテキストエリア）
	 ┗#footer
	  
--------------------
=================================================================== */

/*===============================================
　　　　　　　　　　初期設定
===============================================*/

body , p , div , form , ul , h1 , h2 , h3 , h4 , h5 , h6 ,
a , area , map , address , ul, ol , dl , dt , dd , pre ,
form , fieldset , input , textarea , blockquote , th , td {
margin:0;
padding:0;
}

body{
font-family:"ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height:1.4em;
color:#666666;
background:url(../images/bg_body.gif) repeat-x #f2e5ab;
}

hr{
display:none;
}

img{
border:0;
}


/*-----------------------------
　　　　フォント指定
-----------------------------*/

strong {
color:#FF3333;
font-weight:bold;
}

.red{
color:#FF3333;
}

.boldred{
color:#FF3333;
font-weight:bold;
}

.redboldline{
color:#CC0000;
font-weight:bold;
text-decoration:underline;
}

.centerarea {
text-align:center;
}

/*-----------------------------
リンクの設定(フッターアドレス以外)
-----------------------------*/

/*l→v→h→a*/
a:link , a:visited , a:active {
color:#FF6600;
text-decoration:underline;
}

a:hover{
color:#ffffff;
background:#FF6600;
text-decoration:none;
}

