@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 95%;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", "Lucida Sans", sans-serif;
}



h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #161D5A;
}
a:hover {
	color: #0033FF;
}

img {
	border: 0;	
}
img.banner {
	padding: 5px 0px;	
}

img.waku {
	padding: 2px;
	border: #CCCCCC solid 1px;
}


img.photo-left {
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

img.photo-right {
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}

.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}


.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
}

.pink{
	color: #FF6699;
}

.attention{
	color: #FF3333;
}
.green{
	color: #006633;
}

.blue{
	color: #3333CC;
}

.display{
	display: inline;
}

/* Wrapper
---------------------------------------------*/
#Base-center {
	text-align:center;
	width: 100%;
}

#Wrapper {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	width: 919px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background: #FFFFFF url(../08img/back-left.gif) repeat-y left;
}
#Wrapper2 {
	width: 929px;
	margin: 0;
	padding: 0;
	background: url(../08img/back-right.gif) repeat-y right;
}

/* たて組レイアウト
---------------------------------------------*/
#contentWrapper {
	position: relative;
	width: 909px;
	margin: 0 10px;
	text-align: left;
	background: #FFFFFF;
}

#header {
	background: url(../08img/top-title3.png) no-repeat left top;
	width: 909px;
	height: 170px;
	padding: 0px;
	margin: 0;
}

#content {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../08img/menu-back.jpg) left repeat-y;
}


#content-main {
	width: 909px;
	background: #FFFFFF;
}



#content-left {
	float: left;
	margin-top: 0px;
	width: 184px;
	padding: 0px 0px 30px 0px;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC double 3px;
	background: #ECECEC url(../08img/menu-back.png) right repeat-y;
	text-align: center;
}

.left-bwaku {
	margin: 5px 2px;
	padding: 5px;
	width: 155px;
	border: #CCCCCC solid 1px;
	background: #FFFFFF;
	font-size: 80%;
	color: #000000;
	line-height: 1.5;
	text-align: left;
	
}

#content-right {
	float: right;
	padding: 0 10px 10px 0;
	width: 705px;
	background: #FFFFFF;
}



#footer {
	clear: both;
	width: 909px;
	margin: 0 10px;
	background: #CCCCCC;
	border-top: #0033FF solid 4px;
}
#footer-top {
	width: 909px;
	margin: 0;
}
#footer-text {
	padding-top: 10px;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#footer-menu {
	margin: 0;
	padding: 15px 10px 0px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}
#footer-banner {
	margin: 10px;
	float: right;
}



/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: relative;
	width: 184px;
	margin-bottom: 20px;
	border-top: #999999 solid 1px;
}
#globalNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 48px;
	border-top: #FFFFFF solid 1px;
	border-bottom: #333333 solid 1px;
	border-right: #666666 solid 1px;
}

#globalNav li img {
border: none;
vertical-align: top;
}


#globalNav li a {
	/*¥*/
	overflow: hidden;
	text-decoration: none;
	/**/	
}
#globalNav li a:hover {
	text-decoration: none;
}


#globalNav2 {
	position: relative;
	margin: 20px 0px 20px 20px;
	text-align: left;
	font-size: 90%;
}
#globalNav2 li {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 15px;
	background-image: url(../08img/dot-sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* comment
---------------------------------------------*/
#comment{
	}
#comment-right{
	float: right;
	width: 440px;
	padding: 20px 0 0 0;
	font-size: 80%;
	color: #000000;
	line-height: 1.5;
	}

	
#comment-left{
	float: left;
	width:122px;
	}

/* top-infomation
---------------------------------------------*/

#info{
	width: 688px;
	background: url(../08img/info-back2.png) repeat-y;
	margin: 10px 0px 20px 0px;
}

#info-top{
	width: 688px;
	height:48px;
	background: url(../08img/info-top2.png) no-repeat top;
	margin: 0;
	padding: 0;
}
#info-bottom{
	width: 688px;
	height:15px;
	background: url(../08img/info-bottom2.png) no-repeat bottom;
	margin: 0;
	padding: 0;
}


#info-inner{
	padding: 0 10px 0 10px;
	margin: 5px 10px 10px 10px;
}

#info iframe{
	border: 0px;
	width: 650px;
	height: 400px;
	overflow: auto;
}

/* hide from Mac IE \*/
 * html #info iframe{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 650px;
	height: 450px;
	overflow: auto;
}
    /* */ 

/* メインテキスト指定
---------------------------------------------*/
h1 .top {
}
h2 {
}

h3{
	
}


.main-text-top {
	font-weight: normal;
	color: #222222;
	line-height: 1.5;
	margin: 0px 20px 10px 10px;
	padding: 10px 20px 10px 20px;
}
.main-text {
	font-weight: normal;
	color: #222222;
	line-height: 1.6;
	margin: 0px 10px;
	padding: 10px;
}
.main-text2 {
	font-size: 90%;
	font-weight: normal;
	color: #444444;
	line-height: 1.5;
	margin: 0px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #CCCCCC;
}

.text-s {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	line-height: 1.5;
}


.text-s-blwn {
	font-size: 90%;
	font-weight: normal;
	color: #663333;
	line-height: 1.5;
}

.indent {
	margin: 5px 20px;
}

.plist {
	font-size: 80%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 5px;
}

.date {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: normal;
}
.comment {
	margin: 0 10px 0 20px;
	font-size: 95%;
}

.content {
	text-align: left;
	margin: 15px 10px 10px 0px;
}


.content img.board {
	text-align: center;
	margin: 5px;
}


.content .box {
	margin: 10px 10px 10px 20px;
	padding-bottom: 5px;
	border: #CCCCCC solid 1px;
}


.content .box-gijiroku {
	margin: 5px 20px;
	padding-bottom: 5px;
	border-bottom: #CCCCCC solid 1px;
}



.content .info .box {
	margin: 10px 10px 10px 20px;
	padding-bottom: 5px;
	border: 3px double #AAAAAA;
}


.content .date {
	text-align: right;
	margin: 15px 10px 10px 20px;
}



.content .box .date {
	margin: 5px 10px;
}


.content .box-gijiroku .date {
	float: right;
}



.main-text img{
	padding: 5px;
}

.main-text2 img {
	padding: 2px;
}


.content h1 {
	font-size: 140%;
	color: #000066;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 160%;
	color: #000066;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 10px 16px;
	border-bottom-width: 2px;
	border-left-width: 12px;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
	letter-spacing: 0.2em;
	background-color: #EEEEEE;
}


.content h2.info {
}

.content h3 {
	font-size: 140%;
	color: #0033FF;
	line-height: 1.5;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}


.content h3 a {
	color: #0033FF;
	text-decoration: none;
}


.content .info .box h3 {
	color: #990033;
	background-color: #EBEBEB;
}

.infotitle{
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990033;
}

.content .info .box h3 a{
	color: #990033;
}



.content h4 {
	font-size: 105%;
	color: #53363A;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #EBEBEB;
}


.content .box-gijiroku h4 a {
	color: #66212C;
	text-decoration: none;
}



.content h5 {
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content .list .title {
	font-size: 100%;
	color: #114FA6;
	line-height: 1.5;
	font-weight: bold;
}
.content p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.content ul{
	margin: 0px;
	list-style-type: none;
}

.content ol{
	margin: 0px;
	padding: 0px 30px;
	list-style-position: outside;
}


.content ol li{
	margin: 0px;
	padding-bottom: 10px;
}


.main-text2 li{
	margin: 5px 10px 3px 20px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
}


 ul.list{
	list-style-type: none;
	margin: 10px 10px 10px 20px;
}

.list li{
	list-style-type: none;
	padding: 0 10px 10px 10px;
}


.content table{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	
}

.content td{
	border: 0;
	padding: 5px 1em;
	text-align: left;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;	
}


.content th {
	width: 9em;
	padding: 5px 1em;
	margin: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	letter-spacing: 0.2em;
	white-space: nowrap;
}



.content .box table{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	border: 0px;	
}

.content .box td{
	border: 0;
	padding: 5px 1em;
	text-align: left;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;	
	font-weight: bold;
	font-size: 100%;
}


.content .box th {
	border-right: #99CCCC solid 3px;
	border-bottom: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	letter-spacing: 0;
}

.button img{
	margin-top: 20px;
	margin-left: 60px;
}


.paper-back{
	background: url(../08img/paper-back.png) center repeat-y;
	width: 550px;
	margin-top: 5px;
}
.paper-top{
	background: url(../08img/paper-top.png) top center no-repeat;
	width: 550px;
	
}

.paper-bottom{
	background: url(../08img/paper-bottom.png) bottom center no-repeat;
	width: 550px;
}


/* AIPのあゆみ
---------------------------------------------*/


.content .ayumi {
	margin: 10px 0 10px 10px;
}



.content .ayumi table{
	width: 100%;
	padding: 0;
	margin: 1px 0;
	text-align: left;
	border-top: #CCCCCC solid 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.content .ayumi th {
	font-size: 85%;
	width: 4em;
	padding: 2px 0.2em;
	margin: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: #CCCCCC solid 2px;
	border-bottom: 0px;
	white-space: nowrap;
}

.content .ayumi td{
	border: 0;
	padding: 2px 0.5em;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;	
}

.content .ayumi td.title{
	font-weight: bold;
	width: 220px;
	background-color: #FFF9DE;
}
.content .ayumi td.title a{
	color: #254CBF;
	text-decoration: none;
}


.content .ayumi td.comment{
	font-size: 90%;
	background-color: #EEEEEE;
	border-left: #CCCCCC solid 1px;
}
.content .ayumi .line{
	width: 100%;
	border-bottom: #CCCCCC solid 1px;
}










/* サイトマップ
---------------------------------------------*/


.sitemap ul{
	margin: 0px 10px 3px 40px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

.sitemap li{
	margin-left: 20px;
	font-size: 100%;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../08img/dot-sitemap.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-right: 50px;
	border-left: #999999 solid 2px;
	border-bottom: #CCCCCC solid 2px;
}
.sitemap li.next{
	margin-right: 0px;
}





/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 20px 20px 10px 20px;
}
.contact p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contact table{
	padding: 0px;
}
.contact th{
	padding: 5px;
	font-weight: normal;
	background: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}
.contact td{
	padding: 5px;
	line-height: 150%;
	border-bottom: 1px solid #BBBBBB;
}
.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
}
.contact input.text{
	width: 380px;
}
.contact input.text2{
	width: 120px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 400px;
}

input:focus {
	background-color: #EFEFEF !important;
}
textarea:focus {
	background-color: #EFEFEF !important;
}
input.button {
	margin: 10px 5px 5px 5px;
	padding: 3px;
	font-size: 110%;
	width: 8em;
	border: 3px double #999999;
	background-color: #FFFFFF;
}

input.button:focus {
	border: 3px double #91636E;
	background-color: #FFDDEA !important;
	color: #660000;
}




/*　トップWhat's New bbs用
---------------------------------------------*/
.bbstop {
	width: 620px;
	margin: 0px;
	padding: 0px;
}



.bbsdate {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin: 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}


.bbs .topdate {
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	margin: 0 0 20px 0;
	text-align: right;
} 

.bbs .date {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin: 0 0 20px 0;
	text-align: right;
}


.bbs ul {
	margin: 5px 0px;
}
.bbs li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 5px 10px;
	padding-bottom: 5px;
}

.bbs table {
	margin: 0px;
}


.bbs th {
	margin: 0;
	padding: 0;
	font-weight: normal;
	border-right: #CCCCCC solid 5px;
	width: 145px;
}

.bbs td {
	margin: 0;
	padding: 0 0 0 5px;
	padding-left: 5px;
}



.bbs .title {
	font-size: 100%;
	color: #114FA6;
	font-weight: bold;
	line-height: 1.5;
}

.backnext {
	font-size: 90%;
	text-align: right;
}

.bbsfooter {
	font-size: 90%;
}





/* デザインサンプル拡大用
---------------------------------------------*/

.sample a .large{
	width: 0px;
	height: 0px;
}

.sample a:hover{
	padding: 1px;
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
}

.sample a:hover .large{
	width: auto;
	height: auto;
	padding: 1px;
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	position: relative;
}



/*　bbs用
---------------------------------------------*/



/*　その他
---------------------------------------------*/
.copyright {
font-size: 90%;
color: #666666;
font-style: oblique; 
font-family:Verdana,Osaka,Helvetica,sans-serif;
}