@charset "utf-8";
/*------------------------------------------------

Copyright TSUTSUMI SCHOLARSHIP FOUNDATION.

style.css

1. shared
2. header
3. footer
4. contents
5. include

------------------------------------------------*/

body {
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 100%;
	color: #505050;
	background: #fff;
}
a:link {
	color: #00a0e9;
}
a:visited {
	color: #0068b7;
}
a:hover {
	color: #c36;
	text-decoration: none;
}



/*------------------------------------------------

1. shared

------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	font-size: 0.85em;
}
#contents {
	width: 100%;
}
#contents h2 {
	margin: 0 0 30px 0;
}
#contents h2 img {
	width: 120px;
}


/* layout */
#leftArea {
	width: 75%;
	max-width: 700px;
	float: left;
}
#rightArea {
	width: 25%;
	max-width: 220px;
	float: right;
}
.secBox {
	margin: 0 0 60px 0;
	width: 100%;
}
#leftArea .secBox.mb0_ {
	margin: 0;
}
.fL {
	float: left;
}
.fR {
	float: right;
}


/* offer area */
#offerArea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	max-width: 220px;
	background: #f2f1f0;
}
#offerAreaIn {
	padding: 20px;
}
#offerArea h3 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	color: #000;
	line-height: 1.0em;
}
#offerArea p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
#offerArea p:last-child {
	margin: 0;
}
#offerArea p a {
	padding: 0 0 0 15px;
	color: #505050;
	text-decoration: none;
	background: url("../images/arrow.png") left 2px no-repeat;
	display: block;
}
#offerArea p a:hover {
	color: #c36;
}
#offerArea p.offer a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #505050;
}
#offerArea p.offer a:hover {
	background: #ccc;
}
#offerArea ul {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url("../images/dotline.png") left bottom repeat-x;
}
#offerArea ul li {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	color: #999;
	line-height: 1.4em;
}


/* icon */
.icon_arrow {
	padding: 0 0 0 15px;
	background: url("../images/arrow.png") left center no-repeat;
}


/* etc */
.att,
.mess {
	font-weight: bold;
	color: #c36;
}



/*------------------------------------------------

2. header

------------------------------------------------*/

#header {
	margin: 0 0 30px 0;
	padding: 30px 0 20px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#header h1 {
	width: 380px;
	float: left;
}
#header h1 a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#header ul {
	width: 400px;
	float: right;
}
#header ul li {
	width: 100px;
	height: 50px;
	float: left;
}
#header ul li a {
	width: 100px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}
#header ul li#c01 a {
	background: url("../images/gnav.png") 0 0 no-repeat;
}
#header ul li#c02 a {
	background: url("../images/gnav.png") -100px 0 no-repeat;
}
#header ul li#c03 a {
	background: url("../images/gnav.png") -200px 0 no-repeat;
}
#header ul li#c04 a {
	background: url("../images/gnav.png") -300px 0 no-repeat;
}
#header ul li#c01 a:hover,
#header ul li#c01.on a {
	background: url("../images/gnav.png") 0 -50px no-repeat;
}
#header ul li#c02 a:hover,
#header ul li#c02.on a {
	background: url("../images/gnav.png") -100px -50px no-repeat;
}
#header ul li#c03 a:hover,
#header ul li#c03.on a {
	background: url("../images/gnav.png") -200px -50px no-repeat;
}
#header ul li#c04 a:hover,
#header ul li#c04.on a {
	background: url("../images/gnav.png") -300px -50px no-repeat;
}



/*------------------------------------------------

3. footer

------------------------------------------------*/

#footer {
	clear: both;
	padding: 20px 0 30px 0;
	width: 100%;
	font-size: 0.9em;
	border-top: 1px solid #ccc;
}
#footer ul {
	float: left;
}
#footer ul li {
	margin: 0 30px 0 0;
	float: left;
}
#footer ul li a {
	color: #505050;
	text-decoration: none;
	line-height: 1.4em;
}
#footer ul li a:hover {
	color: #c36;
}
#footer p {
	float: right;
}
#footer p a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#footer p#copyright {
	clear: both;
	color: #999;
	float: left;
}


/* pagetop */
#pagetop {
	clear: both;
	margin: 0 auto;
	padding: 60px 0 30px 0;
	width: 100%;
}
#pagetop p {
	float: right;
}
#pagetop p a {
	padding: 0 0 0 20px;
	font-size: 0.9em;
	color: #505050;
	line-height: 1.0em;
	text-decoration: none;
	background: url("../images/icon_pagetop.png") left center no-repeat;
}
#pagetop p a:hover {
	color: #c36;
}



/*------------------------------------------------

4. contents

------------------------------------------------*/

#leftArea h3 {
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	font-size: 1.4em;
	color: #b3915d;
	line-height: 1.0em;
	border-top: 1px solid #ccc;
}
#leftArea p {
	line-height: 1.6em;
}
#leftArea dl {
	padding: 10px 0;
	width: 100%;
	background: url("../images/dotline.png") left bottom repeat-x;
}
#leftArea dl dt,
#leftArea dl dd {
	line-height: 1.6em;
	float: left;
}
#leftArea dl dt {
	width: 20%;
	font-weight: bold;
	color: #000;
	vertical-align: top;
}
#leftArea dl dd {
	width: 80%;
}


/* index */
#visualMain {
	width: 100%;
}
#index #leftArea {
	width: 75%;
	max-width: 720px;
}
#index #rightArea {
	width: 25%;
	margin: 0 10px 0 0;
	max-width: 220px;
}
#index #leftArea #sec {
	margin: 0 0 50px 0;
	width: 100%;
}
#index #leftArea #sec .box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 9px 20px 9px;
	width: 33.3%;
	max-width: 220px;
	min-height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ccc;
	float: left;
}
#index #leftArea #sec .box.establishment {
	background-image: url("../images/top/img_establishment.png");
}
#index #leftArea #sec .box.about {
	background-image: url("../images/top/img_about.png");
}
#index #leftArea #sec .box.about2 {
	background-image: url("../images/top/img_about3.png");
}
#index #leftArea #sec .box.info {
	background-image: url("../images/top/img_information.png");
}
#index #leftArea #sec .box img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#index #leftArea #sec .box h2 {
	margin: 0;
}
#index #leftArea #sec .box h2 a {
	text-decoration: none;
	display: block;
}
#index #leftArea #sec .box h2 a img {
	margin: 0 0 20px 0;
	width: 100%;
}
#index #leftArea #sec .box h2 a span {
	padding: 0 20px;
	font-size: 1.4em;
	color: #000;
	line-height: 1.0em;
}
#index #leftArea #sec .box h2 a:hover span {
	color: #c36;
}
#index #leftArea #sec .box p {
	padding: 20px;
}
#index #newsArea {
	padding: 0 10px;
}
#index #newsArea h2 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	color: #000;
	line-height: 1.0em;
}


/* about */
#leftArea #mapArea {
	width: 100%;
}
#leftArea #mapArea #map {
	width: 480px;
	height: 370px;
	text-indent: -9999px;
	background: url("../images/about/map.png") no-repeat;
	float: left;
}
#leftArea #mapArea #map2 {
	width: 480px;
	height: 370px;
	text-indent: -9999px;
	background: url("../images/about/map2.png") no-repeat;
	float: left;
}
#leftArea #mapArea #gmap {
	width: 100%;
	height: 370px;
	display: none;
}
#leftArea #mapArea #txtArea {
	width: 200px;
	float: right;
}
#leftArea #mapArea #txtArea h4 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	color: #333;
	line-height: 1.0em;
}
#leftArea #mapArea #txtArea p {
	margin: 0 0 50px 0;
}
#leftArea #mapArea #txtArea p:last-child {
	margin: 0;
}


/* information */
#leftArea dl.info {
	padding: 10px 0 5px 0;
}
#leftArea dl.info dd dl {
	padding: 0;
	background: none;
}
#leftArea dl.info dd dl dt {
	margin: 0 0 10px 0;
	width: 75%;
	font-weight: normal;
}
#leftArea dl.info dd dl dt a {
	padding: 0 0 0 20px;
	background: url("../images/icon_pdf.png") left 2px no-repeat;
	display: block;
}
#leftArea dl.info dd dl dd {
	margin: 0 0 10px 0;
	width: 25%;
	color: #999;
	text-align: right;
}
#rightArea #articles {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 30px 0;
	width: 100%;
	max-width: 220px;
	background: #f2f1f0;
}
#rightArea #articlesIn {
	padding: 20px;
}
#rightArea #articles h3 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	color: #000;
	line-height: 1.0em;
}
#rightArea #articles p {
	width: 100%;
}
#rightArea #articles p a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 5px;
	font-weight: bold;
	color: #fff;
	line-height: 1.0em;
	text-align: center;
	text-decoration: none;
	background: #505050;
	display: block;
}
#rightArea #articles p a:hover {
	background: #ccc;
}


/* offer */
#leftArea .secBox#offerMessage{
	margin-bottom: 30px;
}
#leftArea .secBox p.mess{
	margin: 0 0 30px 0;
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #c36;
	line-height: 1.0em;
	text-align: center;
	background: #f2f1f0;
}


/* news */
ul#news {
	width: 100%;
}
ul#news li {
	padding: 10px 0;
	line-height: 1.6em;
	background: url("../images/dotline.png") left bottom repeat-x;
	overflow: auto;
}
ul#news li span {
	width: 82%;
	float: right;
}
ul#news li span a {
	display: block;
}
#leftArea #titleArea {
	margin: 0 0 30px 0;
	width: 100%;
}
#leftArea #titleArea h4 {
	width: 80%;
	font-size: 1.4em;
	color: #000;
	line-height: 1.2em;
	float: left;
}
#leftArea #titleArea p {
	width: 20%;
	color: #999;
	text-align: right;
	float: right;
}
#newsdetail p,
#newsdetail ul {
	margin: 0 0 30px 0;
    line-height: 1.6em;
}
#newsdetail ul li {
	margin: 0 5px 5px 0;
	width: 230px;
	float: left;
}
#newsdetail ul li.fR {
	margin: 0;
}



/*------------------------------------------------

5. include

------------------------------------------------*/

#includeHeader span,
#includeFooter span,
#includeOffer span,
#includeMessage span,
#includeNews span {
	display: none;
}
ul#news li span,
#offerArea ul li span {
	display: inline;
}


