@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
	margin: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	list-style-type: none;
	line-height:1.5em;

}

body {  
	background: #ffe;
}
/*
img {
	border: none;
}
*/


a {
	text-decoration: none;
}

a:hover {
	color: #fff;
}

/* フレーム定義 */

#wrapper {
	width: 800px;
	background-color: #ffe;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 50px;
	padding: 5px 5px;
}


#navi {
	width: 1000px;
	height: 40px;
	margin:100;
	padding: 0 0 25px;
	
}

.button01{
     display:block;
     width: 132px;
     height:40px;
     line-height: 40px;
     color: #000;
     text-decoration: none;
     text-align: center;
     background-color: #9cc; /*ボタン色*/
     border-radius: 8px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}

.button01:hover{
     background-color: #9ac; /*ボタン色*/

}

.button_lock {
     display:block;
     width: 132px;
     height:40px;
     line-height: 40px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #9ac; /*ボタン色*/
     border-radius: 8px; /*角丸*/



}

.button_top {

     width: 160px;
     height: 20px;
     line-height: 40px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-radius: 2px; /*角丸*/

}


#main {
	width: 800px;
	padding: 18px 0 0px;
}

#ptop {
	clear: both;
	width: 800px;
	height: 40px;
	padding-top: 100px;
	text-align: center;
}
	
#link {
	clear:both;
	width: 800px;
	height: 40px;
	padding-top: 15px;
	text-align: center;

}

#n_link {
	clear:both;
	width: 800px;
	height: 40px;
	padding-top: 15px;

}	

/* ナビメニュー設定 */
#navi ul li {
	float: left;
	line-height:0.1;
	padding: 0 1px 0 0;
}

/* a タグ共通設定 */
#link a {
	text-decoration: none;
}

#link a:hover {
	color: #ff0000;
}

/* a タグ共通設定 */
/*
#n_link a {
	text-decoration: none;
}
*/
#n_link a:hover {
	color: #ff0000;
}




#ptop a:hover {
	color: #ff0000;
}

/* p タグ共通設定 */
p {
	margin-bottom: 1em;
}

#description {

	margin: 0 0 0 20px;
	padding-bottom: 25px;
}

/* h2 タグ共通設定 */
h2{
	border-left:20px solid #fc3;
	border-bottom:2px solid #fc3;
	background-color:#9cc;
	margin:0;
	padding:10px 10px 7px 10px;
	margin-bottom: 15px;
	font-weight: normal;
}

/* h3 タグ共通設定 */
h3 {
	border-left: 10px solid #fc3;
	border-bottom: 2px solid #fc3;
	background-color: transparent;
	margin:0;
	padding:10px 10px 7px 10px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: normal;
}


