/*
	$Id: stylesheet.css,v1 $

	webty.Ltd.'sWEB
	copy right (c)2008-2009 webty ALL right reserved.
	Create and Design by webty
	
/*------------------------------------
  全体設計
　・
-------------------------------------*/
body {
	padding:0px;
	margin:0px auto 0px auto;
	background: #038DF0 url(images/background.jpg) repeat-x 0px 0px;
	text-align:center;
}
div ,p ,ul ,li ,dl ,form ,h1 ,h2 ,h3 ,h4 {
	padding:0px;
	margin:0px;
	text-align:left;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

li {
	list-style-type:none;
}

img {
	border:0px;
}

li ,p ,div ,
dl ,dt ,dd {
	position:relative;
	zoom:100%;
}
li:after ,p:after ,div:after ,
dl:after ,dt:after ,dd:after {
	content:".";
	display: block;
	visibility: hidden;
	clear:both;
	font-size:0px;
	line-height: 0px;
	height: 0px;
}
/*------------------------------------
  帯設定　ここから
-------------------------------------*/

h2 {
	background:url(images/title.gif) no-repeat 0px 0px;
	line-height:40px;
	text-indent:1em;
	color:#FFF;
	font-size:110%;
	margin-bottom:15px;
	display:block;
}
h2 a {
	color:#FF0;
}
h2 span {
	font-size:90%;
}
h3 {
	line-height:1.1em;
	text-indent:0.2em;
	font-size:100%;
	margin-bottom:10px;
	border-bottom: 2px solid #C00;
}
h4 {
	line-height:20px;
	margin-left:20px;
	margin-right:30px;
	text-indent:5px;
	font-size:95%;
	margin-bottom:20px;
	color:#333;
	border-bottom: 1px dotted #999;
}
h5 {
	background:url(images/icon05.gif) no-repeat 0px 0px;
	line-height:20px;
	margin-left:20px;
	margin-right:30px;
	text-indent:18px;
	font-size:95%;
	margin-bottom:20px;
	color:#333;
}
/*------------------------------------
  メイン設定　ここから
-------------------------------------*/

div#main {
	width:960px;
	margin:0px auto 10px auto;
}
div#sub {
	width:960px;
	margin:20px auto 10px auto;
}
div#contents {
	width:910px;
	margin:0;
	padding: 20px;
	border:5px solid #CCC;
	background-color:#FFF;
}
* html div#contents {
	width:910px;
}
p.hr {
	padding: 10px 0px 20px 0px;
	clear:both;
}
div#contents div#leftColumn {
	width:235px;
	text-align: center;
	float:left;
}
div#contents div#rightColumn {
	width:635px;
	padding: 0px 20px 0px 20px;
	float:right;
}
div#contents div#rightColumn p {
	padding: 0px 10px 0px 10px;
	font-size: 90%;
	line-height: 1.6em;
	margin-bottom:2em;
}
div#contents div#rightColumn p span {
	color: #F00;
	font-weight: bold;
}
div#contents div#rightColumn p.go2top {
	text-align: right;
	margin:0px;
	padding: 0px;
}
div#contents div#rightColumn p.go2top a {
	background: url(images/52top.gif) no-repeat 100% 50%;
	padding-right: 20px;
}
/*------------------------------------
  ヘッダー設定　ここから
-------------------------------------*/
div#header p {
	width: 455px;
	float: left;
	display: block;
}
div#header p.right {
	text-align: right;
	padding-top:5px;
}
/*------------------------------------
  フッター設定　ここから
-------------------------------------*/
div#footer p {
	text-align: center;
	font-size: 84%;
	margin-bottom: 3em;
	color:#999;
}
/*------------------------------------
  メニュー設定　ここから
-------------------------------------*/
div#contents div#leftColumn p {
	text-align: center;
	margin-bottom:15px;
}
/*-----------------------------------*/
div#contents div#leftColumn ul {
	margin: 0px 10px 15px 10px;
}
div#contents div#leftColumn ul li {
	background-color: #EEE;
	margin-bottom:8px;
}
div#contents div#leftColumn ul li a {
	line-height: 3em;
	font-size: 90%;
	font-weight: bold;
	text-indent: 35px;
	background: url(images/icon.gif) no-repeat 8px 50%;
	display: block;
}
/*------------------------------------
  募集要項　設定　ここから
-------------------------------------*/
div#contents div#rightColumn div.left {
	padding: 0px;
	width: 300px;
	float:left;
}
div#contents div#rightColumn div.right {
	padding: 0px;
	width: 300px;
	float:right;
}
div#contents div#rightColumn div div h3 {
	border-bottom: 2px solid #00C;
}
/*-----------------------------------*/
div#contents div#rightColumn table {
	margin:0px 10px 20px 10px;
	border: 1px solid #CCC;
	border-collapse:collapse;
}
div#contents div#rightColumn td ,
div#contents div#rightColumn th {
	font-size: 90%;
	line-height: 1.6em;
	padding:0.5em 1em 0.3em 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
}
div#contents div#rightColumn th {
	background-color: #F9F8EB;
	width: 10em;
}
/*------------------------------------
  先輩からの声　設定　ここから
-------------------------------------*/

div#contents div#rightColumn dl {
	font-size: 90%;
	line-height: 1.6em;
	padding-bottom: 20px;
	border-bottom: 2px solid #9CF;
	margin-bottom:20px;
}
div#contents div#rightColumn dl.none {
	padding-bottom: none;
	border-bottom: none;
	margin-bottom:none;
}
div#contents div#rightColumn dl dd ,
div#contents div#rightColumn dl dt {
	float:left;
}
div#contents div#rightColumn dl dd {
	margin-left:2em;
}
div#contents div#rightColumn dl dd li {
	padding-top:0.2em;
	border-bottom: 1px dotted #CCC;
	padding-left:0.5em;
	width: 360px;
}