/*スクロールバー設定*/
html {
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#efefef;
}


body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*全体の文字サイズ(75%)と行間(/2)設定*/
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #FE5F04;
}

img {
	border: none;
}
.uline1 {
	background: url(images/uline_1.gif) repeat-x left bottom;
}



/*全般のリンク設定。（a:hoverはカーソルオーバー時）*/
a {
	color: #0000FF;
}
a:hover {です。html側だとです。html側だと
	color: #FF0000;
}



/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
	width: 950px;

	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 10px;	/*サイト名部分の文字サイズ*/
	font-weight: bold;	/*太字にする*/
	color: #FFFFFF;		/*文字色*/
	background: #000080;	/*背景色の指定*/
	height: 100px;
}
#header h1 {
	font-size: 10px;	/*h1の文字サイズ*/
	padding-left: 10px;
}
#header p {
	padding-left: 10px;
}



/*左コンテンツ
------------------------------------------------------------------------*/
#left {
	background: #000080;	/*背景色*/
	width: 180px;
	vertical-align: top;
	padding: 5px 5px;
}



/*右コンテンツ
------------------------------------------------------------------------*/
#right {
	background: #000080;	/*背景色*/
	width: 180px;
	vertical-align: top;
	padding: 5px 5px;
}



/*中央コンテンツ(右コンテンツがある場合)
------------------------------------------------------------------------*/
#center {
	width: 620px;
	vertical-align: top;
	background: #000080;	/*背景色*/
	padding: 5px 0px;
}
#center p {
	padding: 0.5em 18px 1em;
}
#center h2 {

	font-size: 200%;
	background: url(images/h2_bg.gif) no-repeat left bottom;	/*背景のグラデーション画像指定箇所*/
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 0.5em;
}




/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
#left h2,#right h3 {
	background: #FFFFFF url(http://cosmo-space.jp/aicon/ti1.gif);
	border: 1px solid #808080;
	font-size: 100%;
	color: #000000;
	text-align: center;
	padding:0px 5px;
	width: 180px;
}
#left h2 a,#right h3 a {
	color: #000000;
	text-decoration: none;

}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;

}



/*TOP左コンテンツ内のメニュー
------------------------------------------------------------------------*/
#left ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
	padding:0px 1px;
	width: 190px;
}
#left ul.menu li a {
	color: #666666;	/*メニューの文字色*/
        background: #FFFFFF;
	text-decoration: none;	/*リンクの初期設定の下線を外す設定*/
	border-bottom: 1px dotted #999999;	/*メニュー下に1pxの点線を入れる設定*/
	display: block;

}
#left ul.menu a:hover {
	color: #666666;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;
}



/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background: #999999;
	text-align: center;

}
#footer a {
	color: #FFFFFF;
}



/*左右コンテンツ内の商品写真を囲んでいるボックス設定＆フリー広告枠左()右(縦147px横225px)（上のラインなし）
------------------------------------------------------------------------*/
.box1 {
	background: #efefef;	/*背景色*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
	padding: 5px;
	line-height: 1.4;
	margin-bottom: 10px;

}



/*中央コンテンツ(右左カラムがあるないに限らず)のボックス(縦横フリー)
------------------------------------------------------------------------*/
.box2 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box2 h3 {
	font-size: 100%;
}
.box2 .fl {
	float: left;
	margin-right: 5px;
}


/*角丸テーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
.marutable {
	width: 98%;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.marutable p {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.marutable .td1 {
	background: url(images/table/1.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td2 {
	background: url(images/table/2.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td3 {
	background: url(images/table/3.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td4 {
	background: url(images/table/4.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .white {
	background: #FFFFFF;
}



/*作成部分ここから
------------------------------------------------------------------------*/

.color2 {
	color: #FF0000;
}


/*中央コンテンツ(右コンテンツがある場合)
------------------------------------------------------------------------*/
#center2 {
	width: 800px;
	vertical-align: top;
	background: #000080;	/*背景色*/
	padding: 5px 0px;
}
#center2 p {
	padding: 0.5em 18px 1em;
}
#center2 h2 {

	font-size: 200%;
	background: url(images/h2_bg.gif) no-repeat left bottom;	/*背景のグラデーション画像指定箇所*/
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 0.5em;
}



/*左右コンテンツに表示させるh4の役割
------------------------------------------------------------------------*/
#left h4,#right h4 {
	background: #FFFFFF url(http://cosmo-space.jp/aicon/ti1.gif) no-repeat left bottom;
	border: 1px solid #808080;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin-top: 1em;
}

/*中央コンテンツ(右カラムが無い場合)のボックス(枠内均等４分割・高さ118px)
------------------------------------------------------------------------*/
.box3 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 158px;
	height: 118px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
　　　　align:center;
}
.box3 h3 {
	font-size: 100%;
}
.box3 .fl {
	float: left;
	margin-right: 5px;
}



/*中央コンテンツ(右カラムが無い場合)のボックス(枠内均等４分割・高さ145px)
------------------------------------------------------------------------*/
.box4 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 158px;
	height: 145px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box4 h3 {
	font-size: 100%;
}
.box4 .fl {
	float: left;
	margin-right: 5px;
}


/*中央コンテンツ(右カラムが無い場合)のボックス(box4指定時の3/4分の幅・高さ145px)
------------------------------------------------------------------------*/
.box5 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 510px;
	height: 145px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box5 h3 {
	font-size: 100%;
}
.box5 .fl {
	float: left;
	margin-right: 5px;
	padding-bottom:5px;
}



/*左スクロール枠
------------------------------------------------------------------------*/
.box6 {
	background: #FFFFFF;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 180px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 95%;
	overflow: scroll;
}
.box6 h3 {
	font-color: #FF0000;
}


/*中央コンテンツ(右カラムが無い場合)のボックス(枠内均等４分割・高さ210px)
------------------------------------------------------------------------*/
.box7 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 158px;
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box7 h3 {

	font-size: 100%;
	margin-bottom: 0.5em;
}
.box7 .fl {
	float: left;
	margin-bottom: 0.5em;
}


/*中央コンテンツ(右カラムがある場合)の広告ボックス
------------------------------------------------------------------------*/
.box8 {
	background: #ffffff;	/*背景色*/
	padding: 5px;
	border: 1px solid #000080;	/*ボックスのライン設定*/
	width: 535px;
	margin-bottom: 5px;
}
.box8 h3 {
	font-size: 100%;
}
.box8 .fl {
	float: left;
	margin-left: auto;
}


/*中央コンテンツ(右カラムが無い場合)のボックス(box9指定時の2/1分の幅・高さ145px)
------------------------------------------------------------------------*/
.box9 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 331px;
	height: 118px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box9 h3 {
	font-size: 100%;
}
.box9 .fl {
	float: left;
	margin-right: 5px;
	padding-bottom:5px;
}


/*左右コンテンツ内のメニュー・インフォ以外の枠組み（上のラインなし）
------------------------------------------------------------------------*/
.box10 {
	background: #efefef;	/*背景色*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
	padding: 5px;
	line-height: 1.4;
	margin-bottom: 10px;
	width: 180px;
}



/*作成部分ここまで
------------------------------------------------------------------------*/




/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */