/* Adobe 200810
 黒222 白文字DDD グレー文字888 グレー帯515151 赤#ED1C24 ブルー#00b5c0
 */

body,h1,h2,h3,h4,h5,p,div,ul,ol,li,form,hr,img,table{
	margin: 0px;
	padding: 0px;
	text-align:left;
}

body {
	background-color:#FFF;
	background-image: url('../images/bg_body1.png');
}

#container{
	width:940px;
	background-image: url('../images/bg_container.gif');
/*	background-repeat: no-repeat;*/
	text-align:center;
	margin:0 auto 40px auto;
	padding:0 0 20px 0;
}

#logotag{
/*	background-color: #FFF;	*/
	width:940px;
/*	text-align:center;*/
	margin:0 auto;
}

#navi{
	width:100%;
	height:70px;
	background-color: #2C2D2D;
	background-image: url('../images/Adobe_logo_tag_top_7_8in_cmyk_ai.png');
	background-position:10px 0;
	background-repeat: no-repeat;
}

#navi p{
	color:#999;
	font-size:14px;
	line-height:70px;
	margin:0 70px;
}

#navi a:link{color: #FFF;text-decoration: none}
#navi a:visited {color: #FFF;text-decoration: none}
#navi a:hover {color: #FFF;text-decoration: underline}
#navi a:active {color: #FFF;text-decoration: underline}

#ttl{
	width:100%;
	height:67px;
	background-color:#000;
	background-image: url('../images/ttl_cs5_wh.gif');
	background-repeat: no-repeat;
}

#main{
	background-color: #FFF;
	width:740px;
	float:left;

}

#header{
	width:100%;
	height:200px;
	background-image: url('../images/main_cs5.png');
	background-repeat: no-repeat;
}

#sub{
	width:200px;
	float:left;
	background-image: url('../images/bg_sub3.gif');
	background-repeat: no-repeat;
}

#sub p{
	margin:5px 20px;
}


#sub h3{
	color:#333;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	margin: 5px 20px;
	padding:5px 0 0 0;
	border-top:1px dotted #CCC;
}

#sub img{
	margin:10px 0 10px 20px;
}

.box1{
	width:560px;
	float:left;
}

.box2{	/* 幅2等分のボックス */
/*	width:380px;	この行は削除しない*/
	width:370px;
	float:left;
}

.box2 p{
	margin:10px 10px 10px 90px;
}

.box3{
	width:180px;
	float:left;
}

.box3 p{
	font-size:10px;
	line-height:15px;
	margin:5px 0;
}

/*写真左、本文右のレイアウト*/

.boxPht{
	width:150px;
	float:left;
	margin:5px 0 10px 40px;
}

.boxTxt{
	width:550px;
	float:left;
	margin:5px 0;
}

.boxTxt p{
	color:#333;
	font-size:12px;
	line-height:20px;
	margin:0 40px 6px 10px;
}

/*Link----------------------------------------*/
a:link{color: #006;text-decoration: none}
a:visited {color: #006;text-decoration: none}
a:hover {color: #C30;text-decoration: underline}
a:active {color: #F00;text-decoration: underline}

/*----------------------------------------*/


h1{
	visibility:hidden;
	font-size:1px;
}

h2{

	color:#600;
	font-size: 14px;
	line-height:20px;
	font-weight:bold;
	margin: 15px 30px;
	/* padding: 0px 0px 0px 10px;*/
}

h3{
	color:#333;
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
	margin: 5px 40px;
	padding:5px 0 0 0;
	border-top:1px dotted #CCC;
}

h4{
	color:#666;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	margin: 5px 40px;
}

p{
	color:#333;
	font-size:12px;
	line-height:20px;
	margin:10px 40px;
}


/*Table----------------------------------------*/
table{
	font-size:12px;
	line-height:20px;
	background-color:#CCC;
	margin:15px 30px;
}

td{
	background-color:#FFF;
/*	background-color:#222;*/
	padding:3px;
}

th{
	color:#333;
	background-color:#EEE;
	font-weight:normal;
	text-align:center;
}

.inTable{	/*テーブルのセル内に入れる小さなテーブル*/
/*	font-size:10px;	*/
/*	background-color:#000;	*/
/*	background-color:#222;	*/
	margin:0px;
}

.inTable td{
	padding:0px;
}

/*Form----------------------------------------*/

.btn1{
	color:#FFF;
	background-color:#515151;
}
/*Text----------------------------------------*/

.txts {font-size: 10px;line-height: 140%;}
.txtlb {font-size: 16px;line-height: 140%;font-weight: bold;}
.txterror {font-size:14px;line-height: 140%;font-weight: bold;color: #FF0000;}
.red{color:#ED1C24;}
/*.btn { background-color: #7BBF3D; color: #000000}*/


.cb{
	clear:both;
}

.cbDDD{
	clear:both;
	border-top:1px solid #DDD;
}

.cb666{
	clear:both;
	border-top:1px solid #666;
}

.mark{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#C00;
	border:1px solid #C00;
}


