@charset "UTF-8";

/*ボディーに影を付ける（今のところ反映されてない）*/
#bg{
	width:820px;
	background:url(../images/bg_con.gif) repeat-y;
	text-align:center;
	}

body {
	margin: 0 40px;
	/*テキストの色*/
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	/*background: #82d8d0;全体のバックの色* 2010_04 ピンクに変更　それまではbg.gif*/
	background:url(../images/bg.gif) ;
}


/*行間の指定*/
p,dt,dd {
	line-height: 1.5;
}


#wrapper {
	width: 750px;
	max-width: 100%;
	min-width: 534px;
	margin: 10px auto;
	padding-top: 0px;
	
	background: #FFFFFF url(../images/wrapper_bg.gif) right bottom no-repeat;
}
/*どんなところの太字はブルー*/
#wrapper #primary #aboutUs p strong {
	/*color: #0CC;*/
	color: #1395a5;
}
h1#logo {
	height: 500px;
	margin: 0 0 30px 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
	background: #7DD715 url(../images/h1_bg.jpg) no-repeat;
}
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	height:222px;
	/*全体のバックの色* 2010_04 ピンクに変更　それまではbg.gif*/
	background: #FFFFFF url(../images/bg.gif);
	padding-bottom: 2px;
	font-size:120%;
}
#content_fla {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 950px;
	height:100%;
	/*全体のバックの色* 2010_04 ピンクに変更　それまではbg.gif*/
	background: #FFFFFF url(../images/bg.gif);
	padding-bottom: 30px;
	font-size:120%;
}
#content2 {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	height:100%;
	background:  url(../images/sum_ue.png)  top repeat-x;
	padding-bottom: 10px;
	font-size:120%;
}


/* コンテンツの中の文字のマージンを設定-------------*/
#content2 .section{
	margin: 10px 10px 10px 10px;

}
#design .section{
	margin: 3px 10px 0 10px;
}		






#primary {
	float: left;
	width: 370px;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#primary .section {
	
	margin: 16px 18px 0 18px;
	/*border-bottom: 1px solid #ccc;*/
}


#secondary {
	float: left;
	width:370px;
	padding-left: 1px;
	background-color:#fff;
}
#secondary .section {
	margin: 16px 18px 10px 18px;
	font-size: 14px;
	/*border-bottom: 1px solid #ccc;*/
	
}
/*メニューの中の文字サイズを大きくする*/
#secondary .sectionm {
	
	margin: 16px 18px 0 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:130%;
}

.section h2 {
	margin-bottom: 6px;
	text-align: right;
}


.section p {
	margin-bottom: 10px;
}
.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
	background: #ffffff;
}
