/*******************************************************************************************************************************/
/* ▼【body】▼*/
/*******************************************************************************************************************************/

body{
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にする */
	padding: 0;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;
	font-size: 0.9em;
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat-x;
	-webkit-text-size-adjust:100%;/*iphone,Androidでフォントの自動調整を無効にする設定↓*/
}

/*==============================================================================================================================*/ 

img{
     border:none;
}
a:link{
	color:#003;
	text-decoration:underline;
}

a:visited{
  color:#003;
  text-decoration:underline;
}

a:hover{
	color:#003;
	text-decoration:underline;
}

a:active{
  color:#ff0000;
  text-decoration:none;
}

/*文字：グレー、青*/
a.link:link{
	color:#666666;
	text-decoration:underline;
}

a.link:visited{
  color:#666666;
  text-decoration:none;
}

a.link:hover{
	color:#3366CC;
	text-decoration:underline;
}

a.link:active{
	color:#3366CC;
	text-decoration:underline;
}


/*文字：青、オレンジ*/
a.footer:link{
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover{
	color:#FF6600;
	text-decoration:underline;
}

a.footer:active{
	color:#FF6600;
	text-decoration:underline;
}

/*******************************************************************************************************************************/
/* ▼【ヘッダー】▼*/
/*******************************************************************************************************************************/

/*メインバナー*/
#header {
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 200px;
	} 


/*メインキャッチフレーズ*/

h1 {
	font-size: 13px;
	position: relative;
	width: auto;
	height: 25px;
	text-align: center;
	margin-bottom:0;
	color:#FFF;	
}
/*▼ IE7 ここから--------------------------------------------------------------------------------------------------------------*/
/*メインキャッチフレーズ*/
*:first-child+html h1 {
	font-size: 13px;
	position: relative;
	top:0px;
	left:25px;
	width: 180px;
	height: auto;
	}
/*▲ IE7 ここまで--------------------------------------------------------------------------------------------------------------*/	

/*▲【ヘッダーここまで】▲*/


/*******************************************************************************************************************************/
/* ▼【コンテンツ括り】▼*/
/*******************************************************************************************************************************/

/* コンテンツ背景用*/
#pagewrap {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	height: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: -6px;
	
}

/* footerコンテンツ背景用*/
#pagewrap2 {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
}


/* コンテンツ-ヘッダー含-*/
#container {
	width: 960px;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0px;
	top: 0px;
	background-image: url(../images/main_bk.jpg);
	background-repeat: repeat;
} 


/* コンテンツ-ヘッダー除-*/
#container #pagebody {
	width: 960px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	top: 0px;
	position: relative;
	background-color:#FFF;
}
/*▲【コンテンツ括りここまで】▲*/
 

/*******************************************************************************************************************************/
/* ▼【メインコンテンツ】▼*/
/*******************************************************************************************************************************/

/* メインコンテンツ大枠*/
#mainContent1{
	margin-right: 0;
	margin-left: 200px;
	padding-top: 8px;
	padding-right: 00px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	position: relative;
	width: 760px;
	height: auto;
	background-image: url(../images/content1_bk.jpg);
	background-repeat: repeat-y;
} 


/* 見出しバナー*/
#mainContent1 #midashi1 {
	position: relative;
	height: 50px;
	width: 705px;
}

#mainContent1 .comment {
	position: relative;
	width: 750px;
	background-repeat: no-repeat;
	_background-position: 450px 5px;
}

#mainContent1 .line {
	position: relative;
	height:10px;
	width: 760px;
	background-image: url(../images/main_bk.jpg);
	background-repeat: repeat-x;
}

/* 挨拶文章*/
h2{
	font-size: 15px;
	line-height: 20px;
	width: 720px;
	position: relative;
	left: 0px;
	top: 0px;
	font-weight: normal;
	padding-left:30px;
}

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

/* ▲【メインコンテンツここまで】▲*/
 


#pagewrap #container #pagebody #mainContent1 .all_txt {
	list-style-type: none;
	position: relative;
	padding-left: 10px;
}
#pagewrap #container #pagebody #mainContent1 .all_txt .all_txt1 {
	position: relative;
	width: 700px;
	line-height: 20px;
	padding-bottom: 10px;
}


/*----------------------------------------------------------------------------------------------------------------------------*/
/* ヘッダー画像*/
#header{
	padding:0;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 200px;
	_width: 960px;
	background-position: 0px;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/* リンクページ用*/
#mainContent1 #mainContent5 {
	padding-left: 10px;
	position: relative;
	width: 750px;
	height: 600px;
	padding-bottom: 0px;
	padding-top: 30px;
	text-align: center;
}
