@charset "utf-8";

/*
Theme Name: Design Now Template No.1
Theme URL: http://www.designnow.net/
Author: DesignNow
Version: 1.0

*/


/*-------------------------------------*/
div#mainImgBox{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

div#header {
	height:77px;	/*背景画像のサイズに合わせてボックスの高さを指定*/
	background-image:url("index\img\headimg.jpg");	/*ヘッダ部分の背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	background-color:;		/*ヘッダ部分の背景色*/
}
h1 {
	padding:20px 0px 0px 30px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
/*-------------------------------------*/
/*メインイメージ p#mainImg */
/*-------------------------------------*/

div#mainImgBox{
	width: 100%;
	margin:30px auto 20px;
	text-align: left;
	width: 960px;
}

div#mainImgBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

.auto-style2 {
	font-family: メイリオ;
	font-style: italic;
}
.auto-style3 {
	font-size: 11pt;
}
.auto-style4 {
	font-size: 13pt;
}
.auto-style5 {
	font-family: メイリオ;
	font-weight: bold;
}
.auto-style6 {
	font-family: "Segoe Script";
	font-size: 13pt;
	color: #666666;
}
.auto-style7 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0;
}
.auto-style8 {
	font-size: 30pt;
	color: #FF0000;
	font-style: italic;
}
.auto-style10 {
	color: #FF0000;
	font-style: italic;
}
.auto-style14 {
	margin-bottom: 10px;
}
.auto-style17 {
	margin-bottom: 0px;
}
.auto-style18 {
	font-family: メイリオ;
	font-size: 14pt;
	font-weight: bold;
}
/*-------------------------------------*/
div#wBg{
	background: #fff;
}

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/*-------------------------------------*/
	/* サブリースメイン */
/*-------------------------------------*/
.sbb1{
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
    font-size:x-large;
}
.sbb1:hover{
	background: #67c5ff;
    color: white;
}
/*-------------------------------------*/
