@charset "shift_jis";

/* ------------------------
     Font-size Adjustment
---------------------------
10px = 83.4%
11px = 91.7%
12px = 100%
13px = 108.4%
14px = 116.7%
15px = 125%
16px = 133.4%
17px = 141.7%
18px = 150%
19px = 158.4%
20px = 166.7%
21px = 175%
22px = 183.4%
23px = 191.7%
24px = 200%
25px = 208.4%
26px = 217 %
---------------------------*/

body{
	background:#EAEAEA;
}

#container{
	width:100%;
	min-width:1200px;
	background:url(../img/bg_main.jpg);}

#wrapper{
	width:1200px;
	margin:0 auto;
	padding:10px 0px;
}

.mainTit{	
	position:relative;
	height:340px;
}

.logo{	
	position:absolute;
	top:0px;
	left:10px;
}

.catch{
	position:absolute;
	top:0px;
	left:200px;
}

h1{	
	position:absolute;
	top:120px;
	left:33px;
}


ul.siri li{
	float:left;
}

.breakBtn{
	clear:both;
	text-align:center;
	margin:0px 0px 10px 0px;
}

.internshipTxt{
	width:900px;
	position:relative;
	margin:0 auto 40px;
	padding:15px 10px 5px 10px;
	border:2px solid #999999;
	color:#FFFFFF;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	behavior: url("PIE.htc");
}

.internshipTxt p{
	text-align:center;
	margin:0px 0px 10px 0px;
	font-size:108.4%;
	line-height:1.6;
}

.internshipTxt .plan{
	text-align:center;
	color:#FFCC00;
	font-size:150%;
	font-weight:bold;
}

#mainFoot{
	width:100%;
	min-width:1200px;
	display:block;
	background:#EAEAEA url(../img/bg_bottomLine.jpg) left top repeat-x;	
}

.breakBtn2{
	background:url(../img/arrow.jpg) center top no-repeat;
	padding:35px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.breakBtn2 li{
	text-align:center;
}

.notice{
	font-size:91.7%;
	margin:5px 0px 30px 0px;
}

.copyright{
	width:1000px;
	font-size:91.7%;
	background:url(../img/foot_line.jpg) left top repeat-x;
	margin:0 auto 20px;
	padding:15px 0px 0px 0px;
	text-align:center;
}

/* ------- base------ */


a:link,
a:visited {
	text-decoration: none;
	color:#333333;
}

a:hover ,
a:active{
	text-decoration: underline;
	color:#006699;
}

a:focus,
textarea:focus,
input:focus {
	outline: none;
}

.sp05{margin:0px 0px 5px 0px;}
.sp10{margin:0px 0px 10px 0px;}
.sp15{margin:0px 0px 15px 0px;}
.sp20{margin:0px 0px 20px 0px;}
.sp25{margin:0px 0px 25px 0px;}
.sp30{margin:0px 0px 30px 0px;}

