@charset "utf-8";
/* Reset */
* {
	margin: 0;
	padding: 0;
}
form {
    margin: 0;
}
div {
}

/* LinkColor */
a:link		{
	color: #F80;
}
a:visited	{
	color: #FA0;
}
a:hover		{
	color: #F60;
}
a:active	{
	color: #F60;
}

h2 span, #header, #navi h4, #footer .copyRight, .outer th, .outer td {
	background-color: #479DFF;
	color: #FFF;
}
h3 span {
	border-left-color: #479DFF;
}
.outer, td.head, td.odd, td.even, th {
	border-color: #479DFF;
}

/* Headline */
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 140%;
	color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #09F;
	padding: 2px;
}
h2 span {
	background-image: url(images/alphaWhiteTop100.png);
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: block;
}
*html h2 span {
	behavior: expression(IEPNGFIX.fix(this));
}
h3 {
	font-size: 120%;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 6px;
}
h3 span {
	border-left-width: 10px;
	border-left-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #666;
}
h4. h5 {
	font-size: 100%;
	font-weight: bold;
}

/* Decoration */
ul, ol {
}
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}
img {
	border: none;
}

/* Layout */
body {
	color: #333;
	text-align: center;
	font-size: 90%;
	line-height: 140%;
	background-color: #FFF;
	background-image: none;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
	background-color: #FFF;
}

/* Header */
#header {
	height: 100px;
	background-image: url(images/alphaWhiteBottom100.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
*html #header {
	behavior: expression(IEPNGFIX.fix(this));
}
#header table {
	width: 100%;
	height: 95px;
}
#header td {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
#header h1 {
}
#header .logo {
	width: 1px;
	padding-left: 20px;
	padding-right: 10px;
}
#header .logo img {
	max-height: 80px;
}
#header .slogan {
}
#header .headLink {
	text-align: right;
	vertical-align: top;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 20px;
}
#header .edit {
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header a:link,
#header a:visited {	
    color: #FFF;
	text-decoration: none;
}
#header .headLink a:link,
#header .headLink a:visited {
	text-decoration: underline;
}


/* SlideShow */
#crossFade {
	position:relative;
	margin:auto;
	width:950px; /*画像の横幅*/
	height:300px; /*画像の横幅*/
	overflow: hidden;
}

#crossFade img {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
}

#crossFade .edit {
	position:absolute;
	right: 50px;
	bottom: 40px;
}
#crossFade .edit img {
	visibility: visible;
}


/* MainMenu */
.mainMenu {
}
.mainMenu table {
	background-image: url(images/backMenu.jpg);
	height: 50px;
	width: 950px;
	margin-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	padding: 0px;
}
.mainMenu td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #2E80D1;
	padding: 0px;
	width: 250px;
}
.mainMenu .menuEdit {
	width: 30px;
	padding-left: 10px;
}
.mainMenu a:link, .mainMenu a:visited {
	color: #2E80D1;
	text-decoration: none;
}


/* Main */
#main {
	float: right;
	width: 695px;
	margin-bottom: 30px;
}

/* Navi */
#navi {
	float: left;
	width: 250px;
	margin-bottom: 30px;
}
#navi .naviBlock {
	border: 1px solid #E4F1FF;
	padding: 2px;
	margin-bottom: 5px;
}
#navi h4 {
	background-image: url(images/alphaWhiteBottom40.png);
	color: #FFF;
	font-size: 105%;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 100%;
	background-position: bottom;
}
*html #navi h4 {
	behavior: expression(IEPNGFIX.fix(this));
}
#navi .blockContent {
	background-image: url(images/alphaWhiteTop.png);
	border: 1px solid #FFF;
	background-color: #E4F1FF;
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
}
#navi .banner {
	margin-bottom: 4px;
}
#navi a.bannerGallery, #navi a.bannerBlog {
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 70px;
	width: 250px;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	display: block;
}
#navi .bannerGallery span, #navi .bannerBlog span{
	position: absolute;
	right: 10px;
	bottom: 5px;
	line-height: 110%;
}
#navi .bannerGallery {
	background-image: url(images/bannerPhoto.jpg);
}
#navi .bannerBlog {
	background-image: url(images/bannerBlog.jpg);
}

/* Footer */
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #479DFF;
	text-align: right;
	padding-top: 10px;
}
#footer .siteInfo{
	padding-right: 20px;
}
#footer .copyRight{
	background-image: url(images/alphaWhiteBottom40.png);
	text-align:center;
	color: #FFF;
	line-height: 100%;
	behavior: expression(IEPNGFIX.fix(this));
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .copyRight a:link, #footer .copyRight a:visited {
	color: #FFF;
}


/* ブロック共通 */
.mainBlock {
	margin-bottom: 10px;
	margin-top: 10px;
}
.mainBlockC {
	clear: both;
	margin-bottom:20px;
	padding-left: 10px;
	background-color: #E4F1FF;
	background-image: url(images/alphaWhiteBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	behavior: expression(IEPNGFIX.fix(this));
}
.mainBlockL {
	width: 335px;
	float: left;
	padding-left: 10px;
}
.mainBlockR {
	width: 335px;
	float: right;
}
#main .blockContent {
    line-height: 1.6em;
    padding: 0;
    clear:both;
}
.blockGalleryEach {
	position: relative;
	height: 100px;
	width: 100px;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	display: inline;
}
.blockGalleryEach img {
	position: absolute;
	visibility: hidden;
}
.blockWhatNew li {
	line-height: 130%;
	margin-bottom: 10px;
}
.blockSubMenu {
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	color: #09F;
}
.blockSubMenu a:link, .blockSubMenu a:visited {
	text-decoration: none;
	color: #09F;
}
.blockSubMenu li {
	text-indent: 20px;
	line-height: 100%;
	margin-bottom: 10px;
	background-image: url(images/buttonSubMenuList.gif);
	background-repeat: no-repeat;
}


/* コンテンツ共通 */
.fontSmall {
	font-size: 80%;
}
.wrap {
	margin: 10px;
}
.breadcrumbs {
	margin-top: 5px;
	margin-left: 15px;
}
.infoBar {
	clear: left;
	height: 1.5em;
}
.infoBar li {
	float: right;
	margin-right: 10px;
	display: inline;
}
.category {
	clear: both;
	float: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.category li{
	float: left;
	margin-left: 20px;
	display: inline;
}
.more {
	text-align: right;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.edit {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
.edit .listNum {
	font-size: 120%;
	font-weight: bold;
	color: #F90;
	margin-right: 10px;
	position: relative;
	bottom: 5px;
}
.each {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.text ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
}
.text ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 10px;
}
.each .imgThumb {
	height: 160px;
	width: 160px;
	float: right;
	position: relative;
	margin-left: 5px;
}
.each .imgThumb img {
	position: absolute;
	visibility: hidden;
}
.item {
}
.item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.avatar {
	text-align: center;
	float: left;
	width: 150px;
}
.avatar img {
}
.pageNavi {
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
}




/* ユーザー情報 */
.userInfo {
}
.userInfo .head{
	width: 150px;
}
.itemList {
	float: left;
	width: 330px;
	height: 200px;
}
.itemList .listTitle {
}



/* 掲示板 */
.eachPost {
	margin-top: 10px;
}
.eachPost .text {
}

/* リンク */
#link .each .imgThumb {
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#link .each .imgThumb img {
	position: relative;
	visibility: visible;
}


/* ブログ */
#blog .each {
}
#blog .each .imgThumb {
}
#blog .item .text {
	margin-left: 10px;
}
#blog .item .img {
	float: right;
	font-weight: bold;
	color: #666;
	text-align: center;
	border: 1px solid #CCC;
	margin: 5px;
}
#blog .item .img img{
	margin: 5px;
}


/* コンテンツ */
#content .each {
}
#content .imgThumbs {
	text-align: center;
	float: right;
	border: 1px solid #CCC;
	margin-left: 10px;
}
#content .imgThumbs img{
	margin: 5px;
}
#content .otherImg {
	clear: both;
	float: none;
	padding-top: 10px;
}
#content .otherImg .imgThumbs{
	float: left;
}


/* ギャラリー */
#gallery .each {
	float: left;
	text-align: center;
	width: 160px;
	font-size: 80%;
	display: inline;
	border: 1px solid #CCC;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#gallery .each li{
	height: 1.3em;
	overflow: hidden;
	clear: both;
	float: none;
	line-height: 1.5em;
}
#gallery .each .imgThumb {
	height: 160px;
	width: 160px;
	margin-left: 0px;
	clear: both;
	float: none;
}
#gallery .each .imgThumb img{
	margin: 5px;
}
#gallery .item .img {
	text-align: center;
}
#gallery .item .img img{
	padding: 8px;
	border: 1px solid #CCC;
}
#gallery .item .text {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#slideshow .img {
	position: relative;
	height: 160px;
}

#slideshow .img img {
	position: absolute;
	width: 475px;
	display: none;
}




/* XOOPS Main Menu */
.userMenu {
	text-align:left;
	margin-left: 10px;
}
.userMenu li {
	margin-top: 5px;
}

/* XOOPS table */
table {
	width: 100%;
}
td, th {
	vertical-align: top;
	padding: 10px;
}
* html table {
	font-size: 0.9em;
	width: 96%;
} /* IE6 */

.outer {
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-collapse:collapse
}
td.head, td.odd, td.even {
	background-color: #FFF;
	color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.outer td.head {
	font-weight: bold;
	text-align: right;
	min-width: 150px;
}
.foot {
}


/******************************************************************************/


/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}



/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}


/******************************************************************************/
