@charset "UTF-8";
/*   
URI: http://shodoart.triado.com
Description: 
Author: Ikuko Kuriyama
Author URI: http://shodoart.triado.com
Version: 1.0
*/

#mainWrap {
	width: 1014px; 
	float:right; 
	height: 1250px;
    text-align: left;
    margin: 10px 0px 0px 0px; /* upper right bottom left */
    position: relative;
    border-style:none;
    background: url(../img/waku.png) repeat-y;
    background-position: right top;
    overflow: auto;
	}
#mainWrapMixta {
	width: 1014px; 
	float:right; 
	height: 2500px;
    text-align: left;
    margin: 10px 0px 0px 0px; /* upper right bottom left */
    position: relative;
    background: url(../img/waku.png) repeat-y;
    background-position: right top;
    overflow: auto;
	}
#mainWrapMakura {
	width: 1014px; 
	float:right; 
	height: 900px;
    text-align: left;
    margin: 10px 0px 0px 0px; /* upper right bottom left */
    position: relative;
    background: url(../img/waku.png) repeat-y;
    background-position: right top;
    overflow: auto;
	}
#mainWrapSuibokuga {
	width: 1014px; 
	float:right; 
	height: 3460px;
    text-align: left;
    margin: 10px 0px 0px 0px; /* upper right bottom left */
    position: relative;
    background: url(../img/waku.png) repeat-y;
    background-position: right top;
    overflow: auto;
	}
#mainWrapAceo {
	width: 1014px; 
	float:right; 
	height: 860px;
    text-align: left;
    margin: 10px 0px 0px 0px; /* upper right bottom left */
    position: relative;
    background: url(../img/waku.png) repeat-y;
    background-position: right top;
    overflow: auto;
	}
#mainWrapGrandes {
	width: 1014px; 
	float:right; 
	height: 1260px;
    text-align: left;
    margin: 10px 0px 0px 0px; /* upper right bottom left */
    position: relative;
    background: url(../img/waku.png) repeat-y;
    background-position: right top;
    overflow: auto;
	}
/***********************/
/* メインタイトル*********/
h1#mainTextTitle {
    width: 810px;
    font-size: 24px;
    color: #958402;
    text-align: left;
    margin: 20px 0px 15px 25px; /* upper right bottom left */
    position: relative;
}
/***********************/
/* メイン*********/
p#mainWrapText {
    width: 810px;
    font-size: 17px;
    font-family: Times New Roman;
    color: #000000;
    text-align: left;
    margin: 25px 0px 0px 25px; /* upper right bottom left */
    position: relative;
}
p#mainWrapText a {
    color: #958402;
    text-align: left;
}
p#mainWrapTextMixta {
    width: 810px;
    font-size: 13px;
    font-family: Times New Roman;
    color: #958402;
    text-align: left;
    margin: 25px 0px 0px 25px; /* upper right bottom left */
    position: relative;
}
p#mainWrapTextMixta a {
    color: #958402;
    text-align: left;
}
p#mainWrapTextMakura {
    width: 810px;
    font-size: 13px;
    font-family: Times New Roman;
    color: #958402;
    text-align: left;
    margin: 25px 0px 0px 25px; /* upper right bottom left */
    position: relative;
}
p#mainWrapTextMakura a {
    color: #958402;
    text-align: left;
}
p#mainWrapTextSuibokuga {
    width: 810px;
    font-size: 13px;
    font-family: Times New Roman;
    color: #958402;
    text-align: left;
    margin: 25px 0px 0px 25px; /* upper right bottom left */
    position: relative;
}
p#mainWrapTextSuibokuga a {
    color: #958402;
    text-align: left;
}
p#mainWrapTextGrandes {
    width: 810px;
    font-size: 13px;
    font-family: Times New Roman;
    color: #000000;
    text-align: left;
    margin: 25px 0px 0px 25px; /* upper right bottom left */
    position: relative;
}
p#mainWrapTextGrandes a {
    color: #958402;
    text-align: left;
}

/***********************/
/* メイン右画像*********/
p#mainWrapImage {
    float: left;
    width: 830px;
    text-align: center;
    margin: 5px 5px 5px 5px; /* upper right bottom left */
    border-style: none;
    position: relative;
}

/****************************************/
/* Global Navigation */
#globalNavi {
    color: #B19D03;
    margin: 0px 0px 0px 0px;
    text-align: right;
    position: relative;
}
#globalNavi li {
    display: inline;
    list-style: none;
    margin-right: 10px;
    font-size: 12px;
    color: #1A4E05;
    text-decoration: none;
    border-right: 1px solid #1A4E05;
}
#globalNavi li.last {
    display: inline;
    list-style: none;
    margin-right: 10px;
    font-size: 12px;
    color: #1A4E05;
    text-decoration: none;
    border-right: none;
}
#globalNavi li a {
    display: inline;
    list-style: none;
    margin-right: 10px;
    color: #1A4E05;
    font-size: 12px;
    text-decoration: none;
}
#globalNavi li a:hover {
    display: inline;
    list-style: none;
    margin-right: 10px;
    color: #5E8150;
    font-size: 12px;
    text-decoration: none;
}

/* clear　設定 */
.clear { clear: both; }
.clear hr { display: none; }

.font2 { color: #958402; font-size:14px; font-family: Times New Roman; }

