@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%
	}

body, h1, h2, h3, h4, h5, form, p, ul, ol, li {
	margin:0;
	padding:0;
	font-family:"Hiragino Kaku Gothic Pro", Helvetica;
	font-size: 18px; font-size: 1.0rem; 
	color: #515151;
	max-height: 100%;
	}

img {
    border-style: none;
    display: block;
	}
	
.outbox {
  overflow: hidden;
  zoom: 1;
}
	
/* リンク */
a:link {color: #214776; text-decoration: underline; }
a:visited {color: #214776; text-decoration: underline; }
a:hover {color: #214776; text-decoration: underline; }
a:active {color: #214776; text-decoration: underline; }


/* alt&clearfloat */
.alt {
	left:-999px;
	position:absolute;
	top:-5000px;
}

.clearfloat {
	clear:both;
	display:block;
	font-size:1%;
	height:0;
}

/* clearfix */
.cf{ /zoom : 1;}
.cf:after{ content : ''; display : block; clear : both; height:0; }



#header {
	background: url(img/header_bg.gif) repeat-x;
	height: 35px;
	text-align: center;
	/*font-size: 110%;*/
	font-weight: bold;
	color: #3c3c3c;
	padding: 8px 0 0 0;
	}
	
#main {
	margin: auto;
	padding: 10px;
	}
	
#footter {
	background: url(img/footter_bg.gif) repeat-x;
	height: 65px;
	text-align: center;
	/*font-size: 70%;*/
	color: #3c3c3c;
	}
	
#footter img{
	display: inline;
	}

.no_bold {
	font-weight: normal;
	}
	
	
	
/* ----- index.html -----*/



#main_box {
	margin: auto;
	padding: 10px;
	/*font-size: 14px;*/
	}
	
#contents_box {
	background: url(img/main.jpg) top left no-repeat;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 560px 0 0 0;
	}
	
#main_img {
	width: 960px;
	height: 580px;
	}

#data_box {
	width: 921px;
	margin: 0 auto 0 auto;
	}
	
#list_programmer {
	width: 921px;
	}
	
#list_programmer li {
	text-align: center;
	width: 306px;
	height: 140px;
	float: left;
	background: #ccbad0;
	list-style: none;
	border-right:1px #ffffff solid;
	font-size: 200%;
	line-height: 115%;
	font-weight: bold;
	}
	
#list_programmer li a {
	display: block;
	width: 306px;
	height: 140px;
	text-decoration: none;
	color: #515151;
	}
	
#list_programmer li.active a,

#list_programmer li a:hover {
	color: #ffffff;
	background-color: #77158f;
	}
	

	
#list_designer {
	}
	
#list_designer li {
	text-align: center;
	width: 459px;
	height: 105px;
	float: left;
	background: #ccbad0;
	list-style: none;
	border-right:1px #ffffff solid;
	font-size: 200%;
	line-height: 115%;
	font-weight: bold;
	}
	
#list_designer li a {
	display: block;
	width: 459px;
	height: 105px;
	text-decoration: none;
	color: #515151;
	}

#list_designer li.active a,
#list_designer li a:hover {
	color: #ffffff;
	background-color: #77158f;
	}
	
#list_art {
	}
	
#list_art li {
	text-align: center;
	width: 459px;
	height: 105px;
	float: left;
	background: #ccbad0;
	list-style: none;
	border-right:1px #ffffff solid;
	font-size: 200%;
	line-height: 115%;
	font-weight: bold;
	}
	
#list_art li a {
	display: block;
	width: 459px;
	height: 105px;
	text-decoration: none;
	color: #515151;
	}

#list_art li.active a,
#list_art li a:hover {
	color: #ffffff;
	background-color: #77158f;
	}

	
.h2_catch {
	height: 42px;
	font-size: 250%;
	background: url(img/catch.gif) no-repeat;
	text-align:left;
	text-indent: 40px;
	margin: 0 0 20px 0;
	line-height: 130%;
	
	}

.btn_tab li{
	float:left;
	height: 114px;
	list-style: none;
}
	
#data_inbox {
	background-color: #77158f;
	width: 921px;
	margin: auto;
	}
	
.white {
	border: solid 10px #77158f;
	padding: 3%;
	width: auto;
	margin: 0 0 30px 0;
	}
	
.white ul {
	margin: 0 0 30px 0;
	}

.white li{
	line-height: 130%;
	margin: 0 0 0 60px;
	font-size: 1.5rem;
	}
	
.white_p {
	margin: 0 0 0 40px;
	font-size: 1.5rem;
	}
	
.h3_icon {
	background: url(img/icon.gif) 0px 5px no-repeat;
	font-size: 1.6rem;
	color: #333;
	text-indent: 40px;
	height: 40px;
	margin: 0 0 10px 0;
	}
	
.dot_line {
	background: url(img/dotline.gif) top left repeat-x;
	width: 840px;
	height: 7px;
	margin: 0 0 10px 0;
	display: block;
	}
	
.add_txt {
	/*font-size: 180%;*/
	display: block;
	padding: 3px 8% 3px 4%;
	line-height: 150%;
	text-align: right;
	font-size: 1.5rem;
	}
	
