/*---------------------------------------
              基本設定
---------------------------------------*/

html,body,form {
    margin: 0;
    padding: 0;
}

a img { border: 0; }

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

ol,ul,li {
    margin: 0;
    padding: 0;
}


/*---------------------------------------
              基礎要素
---------------------------------------*/

body {
	background-color: #FFF;
	font-size: 80%;
	line-height: 1.5;
	margin: 0px auto 0px auto;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	text-align: center;
}


/*---------------------------------------
              リンク
---------------------------------------*/

a {  color: #000099; text-decoration: underline}
a:visited { color: #663366; text-decoration: underline}
a:hover {  color: #0000DD; text-decoration: underline}

/*---------------------------------------
              レイアウト
---------------------------------------*/

#container { width: 810px; padding-bottom:50px; text-align:center; border-left: 1px #0033CC solid; border-right: 1px #0033CC solid;}
#container-inner { margin: 0 auto; width: 780px; text-align:left;}

#wrapper { width: 780px; text-align:left; margin-bottom: 50px;}
#left { width: 380px; margin:0 20px 0 0; text-align:left; float:left;}
#right { width: 380px; margin:0; text-align:left; float:right;}

#contents-picture { width: 140px; margin-right:10px; text-align:left; float:left;}
#contents-description { width: 230px; margin:0; text-align:left; float:right;}

#footer { width: 780px; padding:15px; text-align:left;}

/*---------------------------------------
              ページ要素
---------------------------------------*/

.title { width: 780px; padding:83px 35px 0px 35px; background: url("images/title/title-bak.jpg") no-repeat;}
.title h1 { font-size: 100%; font-weight: normal;}
p.subtitle { font-size: 100%; line-height: 1.7; margin:5px 0 0 0; width: 550px;}
p.subtitle u { color: #CC0F09; text-decoration: none; background-color: #F7F618;}
p.airline { text-align: center; margin-bottom: 25px;}

#contents-description ol { margin-left:27px}
#contents-description u { color: #CC0F09; text-decoration: none; background-color: #F7F618;}

p.text { width: 100%;}

p.copyright { text-align: center; margin-top:20px;}

h3.subtitle { font-size: 120%; margin: 20px 0 10px 0; padding: 5px 5px 5px 10px; background: url("images/title/subtitle-bak.jpg") no-repeat;}

.flow { font-size: 90%; font-weight: bold;}

p.annai { padding: 0 15px 0 15px;}

.furikomi,
.okurisaki { border: 1px solid #BBCEFF; padding: 15px; margin: 0 15px;}

h4.subtitle-ana { font-size: 120%; background: #C4DAFF;}
h4.subtitle-jal { font-size: 120%; background: #DDD;}
h4.subtitle-sky { font-size: 120%; background: #FDD882;}

.torikeshi { font-size: 100%;}


