@charset "shift_jis";



body {
	color: #999999;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #fbfaf8 url(images/bg.gif);	/*壁色と壁紙画像設定*/
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #647d1e;
	font-size: 100%;
}

.color2 {
	color: #006600;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}

.top{
	float: right;
	color:#0033CC;
}

/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #000000;	/*リンク色*/
}

a:hover {
	color: #647d1e;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;	/*HP枠*/
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	padding-bottom: 50px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background-image:url(../images/main_dami0030.jpg);	/*お花のメイン画像を背景画像として設定*/
	width: 900px;
	height: 250px;
	position: relative;
}

/*ロゴ画像の配置位置設定*/
#header #logo {
	position: absolute;
	top: 20px;	/*ヘッダー画像に対して上から25pxの位置*/
	left: 20px;	/*ヘッダー画像に対して右から0pxの位置*/
}

/*h1タグ設定*/
#header h1 {
	font-size: 14px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: 30px;		/*ヘッダー画像に対して上から20pxの位置*/
	left: 250px;	/*ヘッダー画像に対して左から10pxの位置*/
	color: #e72645;	/*文字色*/
}



/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
	height: 30px;
	width: 145px;
}

/*メニュー画像の透明度設定*/
ul#menu li a img {
	filter: Alpha(opacity=100);
	opacity: 1.0;
}

/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img {
	filter: Alpha(opacity=85);
	opacity: 0.7;
	position: relative;
	left: 1px;
	top: 1px;
}

/*メニュー１(menu1.gif)画像の位置設定*/
#menu1 {
	position: absolute;
	left: 2px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 0px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー２(menu2.gif)画像の位置設定*/
#menu2 {
	position: absolute;
	left: 152px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 0px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー３(menu3.gif)画像の位置設定*/
#menu3 {
	position: absolute;
	left: 302px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 0px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu4.gif)画像の位置設定*/
#menu4 {
	position: absolute;
	left: 452px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 0px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー５(menu5.gif)画像の位置設定*/
#menu5 {
	position: absolute;
	left: 602px;	/*ヘッダー画像に対して左から602pxの位置*/
	bottom: 0px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー６(menu6.gif)画像の位置設定*/
#menu6 {
	position: absolute;
	left: 752px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 0px;	/*ヘッダー画像に対して下から10pxの位置*/
}




/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 600px;
	height: auto;
	display: inline;
	margin-right: 0px;
	margin-top: 20px;
	padding-bottom: 30px;
	text-align: left;
}


#topics{
	margin-bottom:10px;

}

#main p {
	padding: 0.5em 10px 1em;
}

#sam_table{
	width:520px;
	vertical-align:top;
	padding-left:0px;
	height: 150px;
	clear:both;
}

#photo{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	float: center;
}

#cap{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:auto;
	vertical-align:top;
}


/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 230px;
	height:700px;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 100px;

}

/*h3見出し設定*/
#side h3 {
	border: 3px double #ff6666;	/*ボーダー設定。3pxの二重線を#f5fedaの色で入れる。*/
	text-align: center;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	letter-spacing: 0.2em;		/*文字間隔を少しあける設定*/
	background: #ffcccc url(../images/h3_bg.gif) no-repeat center top;	/*背景画像設定*/
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.sidemenu li {
	margin-bottom: 10px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #ff9999;	/*メニュー下に#999999の直線を入れる設定。*/
	border-left: 5px solid #ff9999;		/*メニュー左に5px幅の直線を#647d1eで入れる設定。*/
	display: block;
	width: 220px;
	padding-left: 5px;
	text-decoration: none;
	color: #647D1E;
}

ul.sidemenu li a:hover {
	border-bottom: 1px solid #ff3333;	/*オーバー時の下線色。*/
	border-left: 5px solid #ff3333;
	background: #ffffff;
}


/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#new{
	float: right;
	height:300px;
	width: 600px;
	display: inline;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 100px;

}
#new dl.new {
	height:300px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #ff9999;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #ff9999;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #ff9999;	/*What's Newボックスの背景色*/
	background: #ffffff;
}

#new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	color: #647d1e;		/*文字色*/
}

#new dd {
	border-bottom: 1px solid #ff9999;	/*説明文の下に1pxの直線(solid)を#ccccccの色で入れる。*/
}

/*h2見出し設定*/
#new h2 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	background: url(../images/h4_bg.gif) no-repeat;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}


/*リンク
---------------------------------------------------------------------------*/
#link{
	width:900px;
	height:auto;
	border-collapse:separate;
	border-spacing:18px 2px;
	border-top: 1px solid #006600;
	margin-right: auto;
	margin-left: auto;
	clear: both;

}

#banner_box{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}


#banner_box td{
	margin-top:0px;
	width:300px;
	height:20px;
	text-align:center;
}


/*テーブル
---------------------------------------------------------------------------*/
/*ガールズ農場とは及び、各種PJページのテーブル*/
#gl-ta{
	width: 600px;
	border: 0px;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#gl-ta .tex{
	width: auto;
	text-align: left;
	background: #FFFFFF;
	vertical-align: top;
	margin-top: 0px;
}

#gl-ta .photo{
	width: auto;
	background: #FFFFFF;
	vertical-align: top;
	margin-top: 0px;
}

/*会社情報のテーブル*/
.corp-ta {
	width: 600px;
	border-collapse:collapse;
	border: 1px solid #CC6666;
	font-size: 100%;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 2em;
	margin-top: 10px;
}

.corp-ta td, .corp-ta th{
	padding: 2px 5px;
	border: 1px solid #CC6666;
}

.corp-ta th{
	width: 100px;
	text-align: center;
	background: #FFFFFF;
}

.corp-ta .komidashi{
	font-size: 18px;
	width: auto;
	text-align: center;
	background: #CC6699;
	color: #FFFFFF;
}


/*商品案内のテーブル*/


.prod-ta {
	width: 600px;
	border-collapse:collapse;
	border: 1px solid #669900;
	font-size: 100%;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 2em;
	margin-top: 10px;
}

.prod-ta td, .prod-ta th{
	padding: 2px 5px;
	border: 1px solid #669900;
}

.prod-ta th{
	width: 150px;
	height:auto;
	text-align: center;
	background: #FFFFFF;
}

.prod-ta td{
	width: 350px;
	height:auto;
	text-align: left;
	background: #FFFFFF;
}


.prod-ta .komidashi{
	font-size: 18px;
	width: auto;
	text-align: center;
	background: #669900;
	color: #FFFFFF;
}

.prod-ta .menu{
	font-size: 12px;
	width: auto;
	text-align: center;
	background: #CCFF99;
	color: #696969;
	border: 1px solid #669900;
}

.prod-ta .name{
	width: 320px;
	height:auto;
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
}

.prod-ta .form{
	width: auto;
	height:auto;
	text-align: left;
	background: #FFFFFF;
}

/*プレスリリースのテーブル*/
.pre-ta {
	width: 600px;
	border-collapse:collapse;
	border: 1px solid #9966FF;
	font-size: 100%;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 2em;
	margin-top: 10px;
}

.pre-ta td, .pre-ta th{
	padding: 2px 5px;
	border: 1px solid #9966FF;
}

.pre-ta th{
	width: 100px;
	text-align: center;
	background: #FFFFFF;
}

.pre-ta .komidashi{
	font-size: 18px;
	width: auto;
	text-align: center;
	background: #666699;
	color: #FFFFFF;
}


/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	border-bottom: 1px solid #ababa9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
}

/*-------------------------------------------------------------------------
 お問い合せ　設定
-------------------------------------------------------------------------*/
#mailform{
	float:right;
	width:595px;
	font-size:100%;
	border-collapse:collapse;
	margin:0 auto;
	padding:0
}


#form ta{
	margin:5px auto;
	
}


#form td{
	padding: 2px 5px;
	border: 0px solid #000000;
	padding-bottom:5px;
}

#form th{
	width: 100px;
	text-align: center;
	background: #FFFFFF;
}


.cell_left , .cell_left02{
	width:50px;
}


.cell_right , .cell_right02{

}


.cell_left02 , .cell_right02{
	padding-top:10px;
}


ul#list01 {
	width:100px;
	margin:0 auto;
	text-align:left;
	font-size:100%;
	line-height:170%;
	list-style-type:none;
}


ul#list01 li {
	margin-left:0px;
	padding-right:5px;
	text-indent:-1em;
}
