@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333333;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.title {
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding-top:10px;
	padding-left:5px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
}

.container .upper_area{
	background-image:url(../img/panel_upper.gif);
	background-repeat:no-repeat;
	height:10px;
}
.container .bottom_area{
	background-image:url(../img/panel_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
}

.container .content{
	background: #D9EAF1;
	height:485px;
	padding:0 20px 0 20px;
}
.container .content .right_area {
	float:right;
	width:184px;
}
.container .content .left_area {
	float:left;
}


.container .content .right_area .midashi1{
	padding-bottom:15px;
}

.container .content .right_area .midashi2{
	padding-top:25px;
	padding-bottom:15px;
}

/* カテゴリボタン　選択マーク */
.container .content .ct_selected1,
.container .content .ct_selected2,
.container .content .ct_selected3,
.container .content .ct_selected4,
.container .content .ct_selected5{
	float:left;
	padding-left:15px;
}
.container .content .ct_selected1{
	padding-top:30px;
}
.container .content .ct_selected2{
	padding-top:156px;
}
.container .content .ct_selected3{
	padding-top:226px;
}
.container .content .ct_selected4{
	padding-top:296px;
}
.container .content .ct_selected5{
	padding-top:366px;
}

/* サブナビボタン エリア */
.container .content .left_area .sub_navi_area{
	background-color:#333333;
	height:75px;
	width:608px;
	padding:0 16px;
}

/* サブナビボタン　選択マーク（ボタン３つの場合） */
.container .content .left_area .sub_navi_area .sel_type3_1,
.container .content .left_area .sub_navi_area .sel_type3_2,
.container .content .left_area .sub_navi_area .sel_type3_3{
	padding-top:2px;
}
.container .content .left_area .sub_navi_area .sel_type3_1{
	padding-left:0px;
}
.container .content .left_area .sub_navi_area .sel_type3_2{
	padding-left:202px;
}
.container .content .left_area .sub_navi_area .sel_type3_3{
	padding-left:404px;
}

/* サブナビボタン　選択マーク（ボタン４つの場合） */
.container .content .left_area .sub_navi_area .sel_type4_1,
.container .content .left_area .sub_navi_area .sel_type4_2,
.container .content .left_area .sub_navi_area .sel_type4_3,
.container .content .left_area .sub_navi_area .sel_type4_4{
	padding-top:2px;
}
.container .content .left_area .sub_navi_area .sel_type4_1{
	padding-left:0px;
}
.container .content .left_area .sub_navi_area .sel_type4_2{
	padding-left:152px;
}
.container .content .left_area .sub_navi_area .sel_type4_3{
	padding-left:304px;
}
.container .content .left_area .sub_navi_area .sel_type4_4{
	padding-left:456px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ----------------------- category btn ----------------------- */
.ct1, .ct2, .ct3, .ct4, .ct5{
	/*float:left;*/
	width:184px;
	/*padding-right:1px;*/
	padding-bottom:6px;
}
.ct1 a, .ct2 a, .ct3 a, .ct4 a, .ct5 a{
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 184px;
	height: 64px;
	display: block;
}

.ct1 a{	background-image: url(../img/ct_btn_download.jpg);}
.ct2 a{	background-image: url(../img/ct_btn_basic.jpg);}
.ct3 a{	background-image: url(../img/ct_btn_template.jpg);}
.ct4 a{	background-image: url(../img/ct_btn_org.jpg);}
.ct5 a{	background-image: url(../img/ct_btn_auto.jpg);}

.ct1 a:link, .ct1 a:visited,
.ct2 a:link, .ct2 a:visited,
.ct3 a:link, .ct3 a:visited,
.ct4 a:link, .ct4 a:visited,
.ct5 a:link, .ct5 a:visited{
	background-position: top;
}

.ct1 a:hover,
.ct2 a:hover,
.ct3 a:hover,
.ct4 a:hover,
.ct5 a:hover{
	background-position:bottom;
	/background-position:0px -64px;
}

/* ----------------------- sub navigation btn 1----------------------- */
.sub1_1, .sub1_2, .sub1_3{
	float:left;
	width:202px;
	padding-right:0px;
	padding-bottom:0px;
}
.sub1_1 a, .sub1_2 a, .sub1_3 a{
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 202px;
	height: 44px;
	display: block;
}

.sub1_1 a{	background-image: url(../img/btn_basic1.jpg);}
.sub1_2 a{	background-image: url(../img/btn_basic2.jpg);}
.sub1_3 a{	background-image: url(../img/btn_basic3.jpg);}

.sub1_1 a:link, .sub1_1 a:visited,
.sub1_2 a:link, .sub1_2 a:visited,
.sub1_3 a:link, .sub1_3 a:visited{
	background-position: top;
}

.sub1_1 a:hover, .sub1_2 a:hover, .sub1_3 a:hover{
	background-position:bottom;
	/background-position:0px -44px;
}

/* ----------------------- sub navigation btn 2-3----------------------- */ 
.sub2_1, .sub2_2, .sub2_3, .sub2_4, 
.sub3_1, .sub3_2, .sub3_3, .sub3_4,
.sub4_1, .sub4_2, .sub4_3, .sub4_4{
	float:left;
	width:152px;
	padding-right:0px;
	padding-bottom:0px;
}
.sub2_1 a, .sub2_2 a, .sub2_3 a, .sub2_4 a,
.sub3_1 a, .sub3_2 a, .sub3_3 a, .sub3_4 a,
.sub4_1 a, .sub4_2 a, .sub4_3 a, .sub4_4 a{
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 152px;
	height: 44px;
	display: block;
}

.sub2_1 a{	background-image: url(../img/btn_template1.jpg);}
.sub2_2 a{	background-image: url(../img/btn_template2.jpg);}
.sub2_3 a{	background-image: url(../img/btn_template3.jpg);}
.sub2_4 a{	background-image: url(../img/btn_template4.jpg);}

.sub3_1 a{	background-image: url(../img/btn_org1.jpg);}
.sub3_2 a{	background-image: url(../img/btn_org2.jpg);}
.sub3_3 a{	background-image: url(../img/btn_org3.jpg);}
.sub3_4 a{	background-image: url(../img/btn_org4.jpg);}

.sub4_1 a{	background-image: url(../img/btn_auto1.jpg);}
.sub4_2 a{	background-image: url(../img/btn_auto2.jpg);}
.sub4_3 a{	background-image: url(../img/btn_auto3.jpg);}
.sub4_4 a{	background-image: url(../img/btn_auto4.jpg);}

.sub2_1 a:link, .sub2_1 a:visited,
.sub2_2 a:link, .sub2_2 a:visited,
.sub2_3 a:link, .sub2_3 a:visited,
.sub2_4 a:link, .sub2_4 a:visited,
.sub3_1 a:link, .sub3_1 a:visited,
.sub3_2 a:link, .sub3_2 a:visited,
.sub3_3 a:link, .sub3_3 a:visited,
.sub3_4 a:link, .sub3_4 a:visited,
.sub4_1 a:link, .sub4_1 a:visited,
.sub4_2 a:link, .sub4_2 a:visited,
.sub4_3 a:link, .sub4_3 a:visited,
.sub4_4 a:link, .sub4_4 a:visited{
	background-position: top;
}

.sub2_1 a:hover, .sub2_2 a:hover, .sub2_3 a:hover, .sub2_4 a:hover,
.sub3_1 a:hover, .sub3_2 a:hover, .sub3_3 a:hover, .sub3_4 a:hover,
.sub4_1 a:hover, .sub4_2 a:hover, .sub4_3 a:hover, .sub4_4 a:hover{
	background-position:bottom;
	/background-position:0px -44px;
}