@charset "utf-8";

/********************************************************

	Reset

********************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	outline: none; 
}

img {
  vertical-align: bottom;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    padding:3px 0px;
}

.formInner th{
	width:120px;
}
/********************************************************

	Font

********************************************************/
body {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
	color: #555;
	line-height :1.4;
	font-size:14px;
}


/********************************************************

	Link

********************************************************/
a:link,a:visited {
	color: #3366cc;
	text-decoration: underline;
}

a:hover,a:active {
	color: #83b4ea;
	text-decoration: none;
}


/********************************************************

	ClearFix

********************************************************/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


/********************************************************

	Layout

********************************************************/
html {
	text-align: center;
}

body {
}

.innerBox {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}


/* Header ******************************************************/
#headerGlobal {
	width: 100%;
	backgroun-color: #FFFFFF;
}

#headerGlobal .innerBox {
	background-color: #FFFFFF;
}

#headerGlobal h1 a {
	background: url(../../img/head_logo.gif) no-repeat;
	width: 358px;
	height: 70px;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	float: left;
}

#navHeader {
	float: right;
	text-align: right;
}

#navHeader ul {
	float: right;
	margin: 10px 0 4px;
}

#navHeader li {
	float: left;
	border-left: 1px solid #CCC;
	line-height: 1;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 8px;
	height: 22px;
}


#navHeader li:nth-child(1) {
	border-left:none;
}


#navHeader form {
	clear: both;
}

#navHeader input[type="text"] {
	border:1px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f3f3f3;	
	padding: 2px 10px;
	width: 220px;
}

#navHeader input:-moz-placeholder {
	color: #999999;
}

#navHeader input::-webkit-input-placeholder {
	color: #999999;
}

.navGlobal {
	width: 100%;
	background-color: #ab9dd0;
	text-align: center;
}

.navGlobal ul {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

.navGlobal li {
	float: left;
}

.navGlobal li a {
	text-indent: -9999px;
	width: 160px;
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 3px solid #ab9dd0;
}

.navGlobal li:nth-child(1) a {background-image: url(../../img/nav01.gif);}
.navGlobal li:nth-child(2) a {background-image: url(../../img/nav02.gif);}
.navGlobal li:nth-child(3) a {background-image: url(../../img/nav03.gif);}
.navGlobal li:nth-child(4) a {background-image: url(../../img/nav04.gif);}
.navGlobal li:nth-child(5) a {background-image: url(../../img/nav05.gif);}
.navGlobal li:nth-child(6) a {background-image: url(../../img/nav06.gif);}

.navGlobal li a:hover {
	border-bottom: 3px solid #8a7bb4;
}

.navGlobal li .current {
	border-bottom: 3px solid #8a7bb4;
}

#navSp {
	display: none;
}


/* Container ******************************************************/
#container {
	width: 960px;
	margin: 20px auto 0;
	padding: 0 20px;
	text-align: left;
}

#contents {
	width: 708px;
	float: right;
	padding:15px;
	border:1px solid #ddd;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;	
	

}

#sideMenu {
	width: 200px;
	float: left;
}

#navSide h1{
    background: url(../../img/title_back.png);
    border-bottom:3px solid #8a7bb4;
    height:87px;
    padding:60px 5px 0px 5px;
    text-align: center;
    color:#fff;
    font-size:20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
}
#navSide ul {
	border-bottom: 3px solid #8a7bb4;
	padding-top: 5px;
}

#navSide li {
	font-size: 12px;
}

#navSide li a {
	background: url(../../img/side_arrow.gif) no-repeat 10px center;
	padding: 8px 0 8px 30px;
	display: block;
	border-top: 1px solid #ab9dd0;
	color: #000000;
	text-decoration: none;
}

#navSide li a:hover {
	color: #ab9dd0;
}

#navSide li.current-menu-item a,
#navSide li.current-page-ancestor a{
        color: #ab9dd0;
}


#navSide ul.sub-menu{
    border-bottom:none;
    
}

#navSide ul.sub-menu{
    padding-left:15px;
    padding-top: 0px;
    
}

#navSide ul.sub-menu li a{
    color:#333;  
}

#navSide ul.sub-menu li.current-menu-item a,
#navSide ul.sub-menu li.current-page-ancestor a{
        color: #ab9dd0;
}

/* Footer ******************************************************/
#footerGlobal {
	width: 100%;
	margin-top: 40px;
}

#footerGlobal #footer01 {
	width: 100%;
	background: url(../../img/foot01_bg01.gif) repeat-x 0 top #f6f6f6;
}

#footerGlobal #footer01 .innerBox {
	background: url(../../img/foot01_bg02.gif) no-repeat 806px 22px;
	position: relative;
	padding: 20px 20px 30px;
}

#footerGlobal #pagetop  {
	position: absolute;
	top: -14px;
	right: 17px;
}

#footerGlobal #pagetop a {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	width: 154px;
	height: 34px;
	display: block;
	background: url(../../img/foot_pagetop.gif);
}

#footerGlobal .siteMap02 {
	float: left;
	margin-right: 50px;
}

#footerGlobal .siteMap02 li {
	margin-top: 10px;
}

#footerGlobal #siteMap01 li a,
#footerGlobal .siteMap02 li a {
	background: url(../../img/foot_sitemap.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}

#footerGlobal .siteMap03 {
	display: none;
}

#footerGlobal #footer02 {
	width: 100%;
	background: url(../../img/foot02_bg.gif) repeat-x 0 top #ab9dd0;
	color: #FFFFFF;
	line-height: 1.4;
}

#footerGlobal #footer02 .innerBox {
	padding: 20px;
}

#footerGlobal #footer02 #address {
	float: left;
}

#footerGlobal #footer02 #copyright {
	float: right;
	margin-top: 30px;
}

#contents .breadcrumbs{
    clear:both;
    margin-top:2em;
    text-align: right;
    margin:0 auto;
}

.entrypage h2{
    background:#DDDAF9;
    padding:3px;
    font-size:16px;
}

.widget-area{
    background: #eee;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
    padding:5px;
}

.entry-date{
    margin-bottom:20px;
    text-align: right;
}

.full{
    width:100%;
}

ul.page_midashi{
    overflow:hidden;    
}

ul.page_midashi li{
    float:left;
    width:45%;
    margin:5px;
    padding:10px;
    border:1px solid #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
    list-style: none;
    background: url(../../img/list_back.png);
}

ul.page_midashi li a{
    background: url("../../img/side_arrow.gif") no-repeat scroll left center transparent;
    padding-left:16px;
    font-size:16px;
}

.tabPanel .txt-r a{
    font-size:14px;
    text-align: right;
}


/* Form ******************************************************/
.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}

.red{
    color:#c00;
}
