@charset "UTF-8";
/* ==================================================================
    Common Css List
===================================================================== */
/*
     [基本設定]
          0. config, Reset
          1. HTML, Body, Anchor
          2. Heading, Paragraph
          3. List
          4. Table
          5. Form
          6. Other
          7. For IE6/7 bug

     [レイアウト]
          0. Layout Base
          1. Header
          2. Content(main)
          3. Content(sub)
          4. Footer

     [汎用エレメント]
          1. インラインテキスト
					2. ボタン
          3. 見出し
          4. 段落
          5. リスト
          6. リンクリスト
          7. 画像
          8. 表組み
          90. Other
          99. Clearfix/floatclear
    
     [共通モジュール]
          1. コンテンツトップ
          2. ナビゲーション
          3. メニュー
          4. 補足・引用・関連
          5. リスト
          90. JavaScriptライブラリ
*/

/* -----------------------------------------------
   開発Memo
-------------------------------------------------- */
/*
Font-size list (base: 13px)
 6px	= 46.2%
 7px	=	53.8%
 8px	=	61.5%
 9px	=	69.2%
10px	=	76.9%
11px	=	84.6%
12px	=	92.3%
13px	=	100%
14px	=	107.7%
15px	=	115.4%
16px	=	123.1%
17px	=	130.8%
18px	=	138.5%
19px	=	146.2%
20px	=	153.8%
21px	=	161.5%
22px	=	169.2%
23px	=	176.9%
24px	=	184.6%
*/
/*
Base Color
text
	-normal	:#000000
	-link		:#
	-hover	:#
	-accent	:# 
Accent
	-select	:#adada9
	-hover	:#f0f03b
Back main
	-base1	:#ffffff
	-base2	:#f3f3f2
Back sub
	-base3	:#cfcfcc
	-base4	:#dfdfdc
*/
/*
Grid Size(MainBody:12grid)
grid1	:55px		/	img	:45px
grid2	:110px	/	img	:90px
grid3	:165px	/ img	:145px
grid4	:220px	/ img	:200px
grid5	:275px	/ img	:255px
grid6	:330px	/ img	:310px
grid7	:385px	/ img	:365px
grid8	:440px	/ img	:420px
grid9	:495px	/ img	:475px
grid10:550px	/ img	:530px
grid11:605px	/ img	:585px
grid12:660px	/ img	:640px
*/
/* ==================================================================
		[基本設定]
===================================================================== */
/* -----------------------------------------------
  0. config, Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin:0;
	padding:0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { 
 display:block;
}
/* -----------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
	background:#fff;
}
/* for mozilla: always display scrollbar */
body {
	min-height:600px;
	color:#444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size:13px;
	line-height:1.5;
	background:url(../img/top_border_01.png) 0 0 repeat-x;
	padding:8px 0 0 0;
}
html.ie6 body , html.ie7 body {font-size:82%;}
a:link {
	color:#00a0e9;
	text-decoration:underline;
}
a:visited {
	color:#0091d3;
}
a:hover, a:active {
	color:#00a0e9;
	text-decoration:none;
}
/* -----------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* p {} */
/* -----------------------------------------------
	3. List
-------------------------------------------------- */
ul, ol {
 list-style: none;
}
/* -----------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
  line-height: 1.2;
	empty-cells: show;
}
caption, th, td {
	vertical-align: top;
}
/* -----------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
	border: none;
}
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
/* -----------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
span.marker {
	background:#fff969;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after {
	content: '';
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	height:0;
	margin:0 0 25px 0;
	border:none;
	border-top:1px dotted #ccc;
}
/* -----------------------------------------------
   7. For IE6/7
-------------------------------------------------- */
/* for ie7: page zoom bug fix */
*:first-child + html body, *:first-child + html br {
	letter-spacing: 0;
}
/* ==================================================================
    [レイアウト]
===================================================================== */
/* -----------------------------------------------
	0. layout Base
-------------------------------------------------- */
/* --- エリア別の背景 --- */
/* --- グリッドレイアウト --- */

/* -----------------------------------------------
	1. Header
-------------------------------------------------- */
/* --- globalHeader --- */
#globalHeader {
}
/* -----------------------------------------------
	2. Content(Main)
-------------------------------------------------- */
#page {
	background:url(../img/top_bg_01.png) 50% 50% no-repeat;
}
#page #contents {
	width:960px;
	margin:0 auto;
	padding:75px 0;
}
#page #contents h1 {
	margin:0 0 40px 0;
}
#page #contents h2 {
	text-align:center;
	margin:0 0 40px 0;
}
#page #contents ul.menuList {
	text-align:center;
	margin:0 0 15px 0;
}
#page #contents ul.menuList li {
	display:inline-block;
	width:230px;
	margin:0 0;
}
#page #contents ul.menuList li a {
	display:block;
	width:200px;
	height:136px;
	padding:115px 15px 0 15px;
	text-decoration:none;
	text-align:left;
	color:#666;
	font-size:13px;
	line-height:1.3;
}
#page #contents ul.menuList li a:hover {
 	filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
}
#page #contents ul.menuList li a span {
	font-weight:bold;
	color:#fff;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin:0 0 15px 0;
}
	#page #contents ul.menuList li.quebec a {
		background:url(../img/top_bt_01.png) 0 0 no-repeat;
	}
	#page #contents ul.menuList li.oyako a {
		background:url(../img/top_bt_02.png) 0 0 no-repeat;
	}
	#page #contents ul.menuList li.hs a {
		background:url(../img/top_bt_03.png) 0 0 no-repeat;
	}
	#page #contents ul.menuList li.college a {
		background:url(../img/top_bt_04.png) 0 0 no-repeat;
	}
.newWindow  img{
	margin:0 0 0 5px;
	vertical-align:middle;
}
#page .linkTxt {
	text-align:right;
	xwidth:710px;
	margin:0 auto;
}
/* -----------------------------------------------
	4. Footer
-------------------------------------------------- */
#copy {
	border-top:#d60021 1px solid;
}
#copy p {
	width:960px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
	color:#d60021;
	font-size:12px;
}
#copy p img {
	vertical-align:middle;
	margin:0 5px 0 0;
}
/* ==================================================================
    [汎用エレメント]
===================================================================== */
/* -----------------------------------------------
	99. Clearfix / floatclear
-------------------------------------------------- */
/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after  {
	content: "";
	display: block;
	clear: both;
}
/* ---  floatclear --- */
.clearer {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
/* ==================================================================
    [共通モジュール]
===================================================================== */
