﻿html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", Meiryo, verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    text-align: center;
	color: #666;
	background: #94C4EC;}

a { color: #393; text-decoration: underline; }
a:visited { color: #666; }
a:hover { color: #f93; }

#banner
{
	width: 680px; /* necessary for ie win */
	border-bottom: 1px solid #369;
	background: #335099 url(images/banner-bg.gif) repeat-x;
	margin-left: 0px;
	padding-left: 0px;
}

#banner-inner { padding: 20px; }

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px solid #fff; }

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#banner-description
{
	margin: 1px 0;
	color: #fff;
	background: none;
	font-size: 12px;
	line-height: 1.125;
}

#container {
    width: 700px;
    margin: 0 auto;
    text-align: left;
	background-image: url(container-bg.gif);
	background-repeat: repeat-y;
    background-color: white;
}

#container-inner {
	margin: 0 10px;
}

.alpha {
	width: 490px;
	float: left;
}

.beta {
	width: 180px;
	float: right;
}

#banner a { color: #fff; font-weight: bold; text-decoration: none; }
#banner a:visited { color: #fff; }
#banner a:hover { color: #f93; }

.module-content a { color: #39c; font-weight: bold;}
.module-content a:visited { color: #369; }
.module-content a:hover { color: #f93; }
.module-header {
  font-size: 10pt;
  background-color: #94c4ec;
  color: white;
  background: #79B5E7 url(images/colitem-header-bg.gif) 0 50% repeat;
  padding: 5px 5px 5px 25px;
}
.module-list-item
{
	padding-left: 12px;
	list-style-image:url('images/li-bg.gif');
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6

{

	font-family: "メイリオ", Meiryo, 'trebuchet ms', helvetica, arial, sans-serif;

}

.content-nav { margin-top: 0; }

.clsTooBig {

	font-size: xx-large;

}

img {
	border: 0px;	
}

