@charset "utf-8";

/* *********************************************************
Title: base.css
Created: 2013-11-07
Last Modified: 2013-11-07
********************************************************* */

/* Table Of Contents
------------------------------------------------------------
#01 body layout
#02 layoutInner
#03 beta alpha
----------------------------------------------------------*/

/*----------------------------------------------------------
#01 body layout
----------------------------------------------------------*/
html,
body,
div#layout {
	height: 100%; /* min-heightに対応していないブラウザ用 */
}
 
div#layout {
	min-height: 100%; /* 最小の高さ */	
	text-align: left;
}

body > div#layout {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}

html, body {
	background-color: #000d49;
	background-image: url(./images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

/*----------------------------------------------------------
#02 layoutInner
----------------------------------------------------------*/
#layoutInner {
	background-color: #ffffff;
	background-image: url(./images/sea.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 970px;
}

/*----------------------------------------------------------
#03 beta alpha
----------------------------------------------------------*/
#beta {
	float: left;
	margin-top: 5px;
	width: 244px;
}
#alpha {
	float: right;
	margin-top: 5px;
	width: 696px;
}
#alphaInner {
	padding-left: 26px;
}

#alphaSpecial {
	margin-top: 5px;
}


h1,h2,h3{font-weight: bold;
        line-height: 1.2em; 
}

h1{	font-size: 1.5em;}

h2{	font-size: 1.3em;}

h3{	font-size: 1.2em;}
	